Constructs a new BasicLogger
Obtains the current log level
Sets the log level
Adds the given transform
Removes the given transform
Adds the given filter
Removes the given filter
Adds the given handler
Removes the given handler
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
A basic logger which has support for log levels