Show / Hide Table of Contents

Class DebugLog

Represents the ingame debug dialog (/debugscript 3)

Inheritance
object
DebugLog
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Services
Assembly: SlipeServer.Server.dll
Syntax
public class DebugLog

Constructors

| Edit this page View Source

DebugLog(MtaServer)

Represents the ingame debug dialog (/debugscript 3)

Declaration
public DebugLog(MtaServer server)
Parameters
Type Name Description
MtaServer server

Methods

| Edit this page View Source

Output(string, DebugLevel, Color?)

Declaration
public void Output(string message, DebugLevel level = DebugLevel.Information, Color? color = null)
Parameters
Type Name Description
string message
DebugLevel level
Color? color
| Edit this page View Source

OutputTo(Player, string, DebugLevel, Color?)

Declaration
public void OutputTo(Player player, string message, DebugLevel level = DebugLevel.Information, Color? color = null)
Parameters
Type Name Description
Player player
string message
DebugLevel level
Color? color
| Edit this page View Source

SetVisible(bool)

Declaration
public void SetVisible(bool isVisible)
Parameters
Type Name Description
bool isVisible
| Edit this page View Source

SetVisibleTo(Player, bool)

Declaration
public void SetVisibleTo(Player player, bool isVisible)
Parameters
Type Name Description
Player player
bool isVisible
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX