Pipit - v2.0.1
    Preparing search index...

    Interface PrependTimestampOptions

    Options passed to prependTimestamp.

    interface PrependTimestampOptions {
        isColorized?: boolean;
        noDate?: boolean;
        noMilliseconds?: boolean;
    }
    Index

    Properties

    isColorized?: boolean

    If true then date and milliseconds are rednered in dimmed color.

    false
    
    noDate?: boolean

    If true then date is not rendered.

    false
    
    noMilliseconds?: boolean

    If true then milliseconds are not rendered.

    false