SimpleLogPattern

Simple loging pattern that outputs the same pattern that classic FileLogger

Members

Functions

applyPattern
void applyPattern(File outputFile, string file, int line, string funcName, string prettyFuncName, string moduleName, LogLevel logLevel, Tid threadId, SysTime timestamp, SysTime startTimeStamp)

Writes on a outputRange of chars, the logging pattern

Inherited Members

From ILogPattern

applyPattern
void applyPattern(File outputFile, string file, int line, string funcName, string prettyFuncName, string moduleName, LogLevel logLevel, Tid threadId, SysTime timestamp, SysTime startTimeStamp)

Writes on a outputRange of chars, the logging pattern

Meta