| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Acid.Log
Documentation
Constructors
| FileLog | |
Fields
| |
openFileLog :: LogKey object -> IO (FileLog object) #
closeFileLog :: FileLog object -> IO () #
pushAction :: FileLog object -> IO () -> IO () #
ensureLeastEntryId :: FileLog object -> EntryId -> IO () #
askCurrentEntryId :: FileLog object -> IO EntryId #
cutFileLog :: FileLog object -> IO EntryId #
archiveFileLog :: FileLog object -> EntryId -> IO () #