Constructs a new logger
Adds the given filter
Adds the given handler
Adds the given transform
Logs the provided message by processing it through all the filters, and if the verdict is true then transforms the message via all transformers and finally dispatches said message to all attached handlers
Removes the given filter
Removes the given handler
Removes the given transform
Defines the base logger and functionality associated with it