Plutus.Contract.Logging
logDebug :: ToJSON a => a -> Contract w s e () Source #
Log a message at the Debug level
Debug
logInfo :: ToJSON a => a -> Contract w s e () Source #
Log a message at the Info level
Info
logWarn :: ToJSON a => a -> Contract w s e () Source #
Log a message at the Warning level
Warning
logError :: ToJSON a => a -> Contract w s e () Source #
Log a message at the Error level
Error