Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICLILoggerOptions

Logger initialization options

Hierarchy

  • ICLILoggerOptions

Index

Properties

createLogFiles

createLogFiles: boolean

Create log files or only use console out

default

true

enableCallStack

enableCallStack: boolean

Should the log include a callstack location

default

true

Optional log4sOverrideConfiguration

log4sOverrideConfiguration: Configuration

A complete log4s override configuration

default

undefined

rootLogPath

rootLogPath: string

In case we create log files, where to create them

default

./temp/logs/run_${cliRunFullID}

Generated using TypeDoc