Logger.forwardMsg

This method allows forwarding log entries from one logger to another.

forwardMsg will ensure proper synchronization and then call writeLogMsg. This is an API for implementing your own loggers and should not be called by normal user code. A notable difference from other logging functions is that the globalLogLevel wont be evaluated again since it is assumed that the caller already checked that.

class Logger
@trusted
void
forwardMsg

Meta

Suggestion Box / Bug Report