Logger.log

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

class Logger
final
void
log

Parameters

message Message

the message

Meta