UNPKG

logmessage-cls-hooked

Version:

A LogRoot Method Decorator that uses cls-hooked to handle and propagate log message details between different methods deeper in the callstack, removing the need to propagate a paremeter just for logging purposes

4 lines (3 loc) 177 B
export declare const NAMESPACE_KEY: "LOGROOT-CLS-NAMESPACE"; export declare const PROP_KEY: "LOGROOT-SETTED-PROPS"; export type TValidValues = string | number | boolean | Date;