Interface LoggerOptions

Logger middleware options

interface LoggerOptions {
    latency?: boolean;
    timestamp?: boolean;
}

Properties

Properties

latency?: boolean

Whether to include the latency in the log message

timestamp?: boolean

Whether to include the timestamp in the log message

Generated using TypeDoc