Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. logPrintDebug :: Q Exp

    easy-logger EasyLogger.Logger

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

  2. logPrintDebugText :: Q Exp

    easy-logger EasyLogger.Logger

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

  3. logPrintError :: Q Exp

    easy-logger EasyLogger.Logger

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

  4. logPrintErrorText :: Q Exp

    easy-logger EasyLogger.Logger

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

  5. logPrintInfo :: Q Exp

    easy-logger EasyLogger.Logger

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

  6. logPrintInfoText :: Q Exp

    easy-logger EasyLogger.Logger

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

  7. logPrintWarning :: Q Exp

    easy-logger EasyLogger.Logger

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

  8. logPrintWarningText :: Q Exp

    easy-logger EasyLogger.Logger

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

  9. 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)
    

  10. pureLogPrintAllText :: Q Exp

    easy-logger EasyLogger.Logger

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

Page 378 of many | Previous | Next