Abstract category logger, use as your base class for new type of loggers (it
saves you a lot of work) and override doLog(CategoryLogMessage). The message argument
provides full access to anything related to the logging event.
If you just want the standard line of logging, call: this.createDefaultLogMessage(msg) on
this class which will return you the formatted log message as string (e.g. the
default loggers all use this).
Abstract category logger, use as your base class for new type of loggers (it saves you a lot of work) and override doLog(CategoryLogMessage). The message argument provides full access to anything related to the logging event. If you just want the standard line of logging, call: this.createDefaultLogMessage(msg) on this class which will return you the formatted log message as string (e.g. the default loggers all use this).