[This is preliminary documentation and is subject to change.]

The Logger type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
GetPrefix(LogType)
Log(LogType, String)
Log(LogType, String, array<Object>[]()[][])
LogAndReportCrash(String, String, Exception, Boolean)
LogToConsole(String)
Logs a message of type ConsoleOutput, strips colors, and splits into multiple messages at newlines. Use this method for all messages of LogType.ConsoleOutput

See Also