Constructs a new Logger with the default MessageTransform
Constructs a new Logger with the provided custom message transform
Given an arbitrary amount of arguments, convert each to a string and return it as an array joined by the joiner
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to DEBUG
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to ERROR
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to INFO
Logs the given string using the default context
Logs using the default context an arbitrary amount of arguments
Logging implementation, this is where the final transformed text will be transferred to and finally logged
Logs the given string using the provided context
Logs using the default context an arbitrary amount of arguments specifically setting the context's level to WARN
Logger
Represents a logger instance