kaven-basic - v5.0.0
    Preparing search index...

    Interface ILogOptions

    5.0.0

    2025-06-20

    interface ILogOptions {
        Colors?: ILogColors;
        DateTimeFormat?: DateTimeFormat;
        Group?: string;
        NoColor?: boolean;
        NoDateTime?: boolean;
        NoGroup?: boolean;
        NoLevel?: boolean;
        Raw?: boolean;
        Type?: LogType;
    }
    Index

    Properties

    Colors?: ILogColors
    DateTimeFormat?: DateTimeFormat
    Group?: string
    NoColor?: boolean
    NoDateTime?: boolean
    NoGroup?: boolean
    NoLevel?: boolean
    Raw?: boolean
    Type?: LogType