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

6 lines (5 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROP_KEY = exports.NAMESPACE_KEY = void 0; exports.NAMESPACE_KEY = 'LOGROOT-CLS-NAMESPACE'; exports.PROP_KEY = 'LOGROOT-SETTED-PROPS';