Logger.logImpl

Logging implementation, this is where the final transformed text will be transferred to and finally logged

class Logger
protected protected abstract
void
logImpl
(
string message
)

Parameters

message string

the message to log

Meta