Show / Hide Table of Contents

Class OnDebugMessageEventArgs

Inheritance
Object
OnDebugMessageEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.IO.Events
Assembly: SlipeClient.dll
Syntax
public class OnDebugMessageEventArgs

Properties

| Improve this Doc View Source

Color

The color that this message is cast to

Declaration
public Color Color { get; }
Property Value
Type Description
Color
| Improve this Doc View Source

File

The file this message was thrown in

Declaration
public string File { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Level

The level

Declaration
public DebugMessageLevel Level { get; }
Property Value
Type Description
DebugMessageLevel
| Improve this Doc View Source

Line

The line number of this message

Declaration
public int Line { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Message

The content of the debug message

Declaration
public string Message { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX