Class SharedMtaDebug
Inheritance
SharedMtaDebug
Assembly: SlipeShared.dll
Syntax
public class SharedMtaDebug
Constructors
|
Improve this Doc
View Source
SharedMtaDebug()
Declaration
protected SharedMtaDebug()
Methods
|
Improve this Doc
View Source
WriteLine(String, DebugMessageLevel)
Declaration
public void WriteLine(string line, DebugMessageLevel level = DebugMessageLevel.Information)
Parameters
|
Improve this Doc
View Source
WriteLine(String, DebugMessageLevel, Color)
Declaration
public void WriteLine(string line, DebugMessageLevel level, Color color)
Parameters
|
Improve this Doc
View Source
WriteLine(String, Color)
Declaration
public void WriteLine(string line, Color color)
Parameters