Logger.writeLogMsg

void writeLogMsg(ref LogEntry payload) @safe

A custom logger must implement this method in order to work in a MultiLogger and ArrayLogger.

Parameters

payloadAll information associated with call to log function.

See Also

beginLogMsg, logMsgPart, finishLogMsg