Defines default formatters.
Returns a formatter object for winston, which combines all known formatters.
Formatters order will follow the order specified by either FormattingManager.setCustomFormattingOrder, or FormattingManager.setDefaultFormattingOrder.
Label formatter will be set based on module name.
Name of the module formatting will be applied for.
Removes existing formatter from known formatters list.
Formatting order is discarded, reconfiguration is needed later.
Formatter name.
Set id of the node from cluster.
This id will be included in each logged message.
WARNING! This is supported only for OutputFormat.PRINTF.
Cluster node id.
Specifies a custom formatting order which instructs in which order formatters needs to be combined.
List of formatter names.
Configures a formatting order from a predefined set of formatters.
If a order exists, it will be rewritten.
Logs output format for which order needs to be constructed.
Default formatting options.
Set a formatter into known formatters list.
If formatter exists already, it will be overwritten.
Formatting order is discarded and needs to be reconfigured.
Name of the formatter.
Formatter instance, must be winston compliant.
Class responsible for formatters managing.
It is required that formatting is configured before getting a logger instance.