UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

6 lines (5 loc) 154 B
export declare enum MessageConstructionStrategy { ALL = "USE_ALL_ARGUMENTS", FIRST = "USE_FIRST_ARGUMENT_ONLY", NONE = "DISABLE_FORMATTING" }