Options
All
  • Public
  • Public/Protected
  • All
Menu

CategoryLogger, all methods accept a message or LogData (allowing for custom data to be passed along, useful for custom loggers e.g.). In addition all methods accept a lambda returning a message (string) or LogData, the latter is useful if you have rather expensive calculations to do before you can log it - the lambda will only be called when needed.

Hierarchy

  • CategoryLogger

Implemented by

Index

Methods

debug

error

fatal

info

log

resolved

  • This is a special opinionated way to log, that an exception (Error) occurred, but your code dealt with it in a proper way. That way we can say, there was an Error/Exception but we resolved it. This will be logged as: Error (resolved) in the log.

    Parameters

    Returns void

trace

warn

Generated using TypeDoc