Class Logger
Inheritance
System.Object
Logger
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client
Assembly: AltV.Net.Client.dll
Syntax
public class Logger : ILogger
Constructors
| Improve this Doc View SourceLogger(ILibrary, IntPtr)
Declaration
public Logger(ILibrary library, IntPtr corePointer)
Parameters
Type | Name | Description |
---|---|---|
ILibrary | library | |
IntPtr | corePointer |
Methods
| Improve this Doc View SourceLogDebug(String)
Declaration
public void LogDebug(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
LogError(String)
Declaration
public void LogError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
LogInfo(String)
Declaration
public void LogInfo(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
LogWarning(String)
Declaration
public void LogWarning(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |