Class OnDebugMessageEventArgs
Inherited Members
Namespace: Slipe.Client.IO.Events
Assembly: SlipeClient.dll
Syntax
public class OnDebugMessageEventArgs
Properties
| Improve this Doc View SourceColor
The color that this message is cast to
Declaration
public Color Color { get; }
Property Value
Type | Description |
---|---|
Color |
File
The file this message was thrown in
Declaration
public string File { get; }
Property Value
Type | Description |
---|---|
String |
Level
The level
Declaration
public DebugMessageLevel Level { get; }
Property Value
Type | Description |
---|---|
DebugMessageLevel |
Line
The line number of this message
Declaration
public int Line { get; }
Property Value
Type | Description |
---|---|
Int32 |
Message
The content of the debug message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |