Interface ILogger
Assembly: AltV.Net.Client.dll
Syntax
Methods
|
Improve this Doc
View Source
LogDebug(String)
Declaration
void LogDebug(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogError(String)
Declaration
void LogError(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogInfo(String)
Declaration
void LogInfo(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogWarning(String)
Declaration
void LogWarning(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|