@nowarajs/logger
    Preparing search index...

    Class FileLoggerSink

    FileLoggerSink implements LoggerSink to provide logging functionality to the file system.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Logs a message to the file system 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 Promise<void>