plutus-contract-1.2.0.0
Safe HaskellNone
LanguageHaskell2010

Plutus.Contract.Logging

Synopsis

Documentation

logDebug :: ToJSON a => a -> Contract w s e () Source #

Log a message at the Debug level

logInfo :: ToJSON a => a -> Contract w s e () Source #

Log a message at the Info level

logWarn :: ToJSON a => a -> Contract w s e () Source #

Log a message at the Warning level

logError :: ToJSON a => a -> Contract w s e () Source #

Log a message at the Error level