Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. logPrintDebugText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logDebug, but also prints the message on stdout. Only for Text.

  2. logPrintError :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logError, but also prints the message on stderr.

  3. logPrintErrorText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logError, but also prints the message on stderr.

  4. logPrintInfo :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logInfo, but also prints the message on stdout.

  5. logPrintInfoText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logInfo, but also prints the message on stdout.

  6. logPrintWarning :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logWarning, but also prints the message on stdout.

  7. logPrintWarningText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as logWarning, but also prints the message on stdout.

  8. pureLogPrintAll :: Q Exp

    easy-logger EasyLogger.Logger

    Same as pureLogAll, but also prints the message on stdout.

    $(pureLogPrintAll) "This is a debug log message" (3 * 3)
    

  9. pureLogPrintAllText :: Q Exp

    easy-logger EasyLogger.Logger

    Same as pureLogPrintAll, but with concrete type Text as log message.

  10. pureLogPrintDebug :: Q Exp

    easy-logger EasyLogger.Logger

    Same as pureLogDebug, but also prints the message on stdout.

    $(purePrintLogDebug) "This is a debug log message" defaultValue
    

Page 245 of many | Previous | Next