logger
logger copied to clipboard
[Feature] _config
Is your feature request related to a problem? Please describe.
Logger will include an _config object which contains information such as "longestLength" for easier integration with other packages
Describe the solution you'd like
const log = createLogger(... etc ...);
console.log(log._config.labelLength);