Function l

  • Quickly create a new logger instance as a child of the root logger.

    Parameters

    • ref: string

      Specifies a reference to the code unit

    • Optional category: string | Category

      Specifies an abstract category of code functionality

    • Optional origin: null | string

      Specifies from where the log messages originate, i.e. a runtime-environment or something using a correlation id

    Returns AbstractLogger

    A new logger instance from where also sub loggers may be created.