Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void GetFormattedStrings(out string, out string, uint, LogType)

Declaration

protected virtual void GetFormattedStrings(
    out string fmtInfo,
    out string indent,
    uint verbosity,
    LogType type
)

Summary

Helps prepare a log message to the derived classes. Takes the parameters supplied by a call to one of the Log methods and generates two strings: the fmtInfo which is the message header and the indent which is the indent text.