Module

Lager

Package
erl-lager
Repository
purerl/purescript-erl-lager

#debug_ Source

debug_ :: forall a. String -> List a -> Effect Unit

#info_ Source

info_ :: forall a. String -> List a -> Effect Unit

#notice_ Source

notice_ :: forall a. String -> List a -> Effect Unit

#warning_ Source

warning_ :: forall a. String -> List a -> Effect Unit

#debug Source

debug :: forall args. Show args => String -> List args -> Effect Unit

#debug1 Source

debug1 :: forall a. String -> a -> Effect Unit

#debug2 Source

debug2 :: forall a b. String -> a -> b -> Effect Unit

#debug3 Source

debug3 :: forall a b c. String -> a -> b -> c -> Effect Unit

#debug4 Source

debug4 :: forall a b c d. String -> a -> b -> c -> d -> Effect Unit

#info Source

info :: forall args. Show args => String -> List args -> Effect Unit

#info1 Source

info1 :: forall a. String -> a -> Effect Unit

#info2 Source

info2 :: forall a b. String -> a -> b -> Effect Unit

#info3 Source

info3 :: forall a b c. String -> a -> b -> c -> Effect Unit

#info4 Source

info4 :: forall a b c d. String -> a -> b -> c -> d -> Effect Unit

#notice Source

notice :: forall args. Show args => String -> List args -> Effect Unit

#notice1 Source

notice1 :: forall a. String -> a -> Effect Unit

#notice2 Source

notice2 :: forall a b. String -> a -> b -> Effect Unit

#notice3 Source

notice3 :: forall a b c. String -> a -> b -> c -> Effect Unit

#notice4 Source

notice4 :: forall a b c d. String -> a -> b -> c -> d -> Effect Unit

#warning Source

warning :: forall args. Show args => String -> List args -> Effect Unit

#warning1 Source

warning1 :: forall a. String -> a -> Effect Unit

#warning2 Source

warning2 :: forall a b. String -> a -> b -> Effect Unit

#warning3 Source

warning3 :: forall a b c. String -> a -> b -> c -> Effect Unit

#warning4 Source

warning4 :: forall a b c d. String -> a -> b -> c -> d -> Effect Unit

#niceLog Source

niceLog :: forall args. Show args => (forall stringArgs. String -> List stringArgs -> Effect Unit) -> String -> List args -> Effect Unit
Modules
Lager