@nowarajs/logger
    Preparing search index...

    Class ConsoleLoggerSink

    ConsoleLoggerSink implements LoggerSink to provide logging functionality to the console.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Logs a message to the console with the specified log level.

      Parameters

      • level: LogLevels

        The log level at which the message should be logged.

      • date: Date

        The date at which the message was logged.

      • object: unknown

        The object to log.

      Returns void