Configuration options for AutoLogMethodEntryExit

Hierarchy

  • AutoLogConfig

Properties

logLevel?: number

The logging level autologging uses - defaults to 'debug'

logger?: Logger

Name of logger to use for autologging, defaults to 'default'

withArgs?: boolean

set true to include automatically include passed method arguments in the logs

withGovernance?: boolean

If true, includes governance before and after function execution

withProfiling?: boolean

If true, including function (execution time) statistics

withReturnValue?: boolean

If true, includes the function return value in the log

Generated using TypeDoc