Function processingLogger

  • Creates a logger that processes Loggable values and logs with another logger.

    Parameters

    • logger: Logger

      A logger to log processed messages with.

    • on: {
          on?: string;
      } = {}

      A hint indicating the logging stage. Undefined by default.

      • Optional on?: string

    Returns HeadlessLogger

    New headless processing logger.

Generated using TypeDoc