Interface FormatOptions

Options when computing/formatting log messages

interface FormatOptions {
    prefixDelimiter: string;
}

Properties

Properties

prefixDelimiter: string

The delimiter to place after the prefix

Default

'/'