Portability | portable |
---|---|
Stability | experimental |
Maintainer | mik@konecny.aow.cz |
Abstraction of an event logger in the IO monad.
To be imported qualified, usually with the prefix LG.
Documentation
addEvent :: lg -> ERNetEvent -> IO ()Source
emptyAndDo :: lg -> (ERNetEvent -> IO a) -> IO ()Source
emptyAndGetEvents :: lg -> IO [ERNetEvent]Source