C# Class GameEngine.Debug

Exibir arquivo Open project: Kursledare/Mookieraw

Public Properties

Property Type Description
DebugLog List
OnErrorLogEntry Action

Public Methods

Method Description
Log ( string message ) : void

Log a debug message here, or an error

LogToDisk ( string message ) : void

Method Details

Log() public static method

Log a debug message here, or an error
public static Log ( string message ) : void
message string
return void

LogToDisk() public static method

public static LogToDisk ( string message ) : void
message string
return void

Property Details

DebugLog public_oe static_oe property

public static List DebugLog
return List

OnErrorLogEntry public_oe static_oe property

public static Action OnErrorLogEntry
return Action