Interface ILogOptions

Hierarchy

  • ILogOptions

Properties

consoleLogLevel?: LogLevel

The log level for console output. Can be 'NONE', 'DEBUG', 'INFO', 'WARN', or 'ERROR'.

deleteFilesOlderThan?: number

Max age of log files in days. If specified, existing log files older than this will be deleted.

fileLogLevel?: LogLevel

The log level for the logfile. Can be 'NONE', 'DEBUG', 'INFO', 'WARN', or 'ERROR'.

logDirpath?: string

The directory path of the log files.

timezone?: number

A negative or positive integer representing the timezone offset from UTC, in hours.

Generated using TypeDoc