@robbiemu/handy-typescript

@robbiemu/handy-typescript / Modules / LogMethodsConfig

Interface: LogMethodsConfig

the config interface

Table of contents

Properties

Properties

level

Optional level: string

log-level to use (such as {consile.log, console.debug}, etc). defaults to {debug}

Defined in

src/decorators/log-methods.decorator.ts:12


when

when: boolean

compile-time boolean condition for whether to apply log aop

Defined in

src/decorators/log-methods.decorator.ts:8