Skip to content

[Feature] _config #92

Description

@lucemans

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);

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions