Show / Hide Table of Contents

Class SharedMtaDebug

Inheritance
Object
SharedMtaDebug
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.IO
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
Type Name Description
String line
DebugMessageLevel level
| Improve this Doc View Source

WriteLine(String, DebugMessageLevel, Color)

Declaration
public void WriteLine(string line, DebugMessageLevel level, Color color)
Parameters
Type Name Description
String line
DebugMessageLevel level
Color color
| Improve this Doc View Source

WriteLine(String, Color)

Declaration
public void WriteLine(string line, Color color)
Parameters
Type Name Description
String line
Color color
  • Improve this Doc
  • View Source
Back to top Generated by DocFX