Libraries
    Preparing search index...

    Interface FileSinkOptions

    File sink configuration.

    interface FileSinkOptions {
        minimumLevel?: LogLevelName;
        path: string;
        rotation?: RotationOptions;
    }
    Index

    Properties

    minimumLevel?: LogLevelName

    Minimum level for this sink.

    path: string

    Path to the log file.

    rotation?: RotationOptions

    Rotation configuration.