Skip to content

dopamane/lager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrent Lager 🍺

import Lager

main =
  withLager "APP" [defConsole] $ \l -> do
    logDebug   l "Cheers! 🍻"
    logWarning l "Warning!"

Build & Docs

cabal build
cabal haddock