Class DialogueLogger
Inheritance
DialogueLogger
Assembly: .dll
Syntax
public static class DialogueLogger
Methods
|
Edit this page
View Source
LogError(int, string, Object)
Declaration
public static void LogError(int line, string message, Object context = null)
Parameters
| Type |
Name |
Description |
| int |
line |
|
| string |
message |
|
| Object |
context |
|
|
Edit this page
View Source
LogError(string, Object)
Declaration
public static void LogError(string message, Object context = null)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Object |
context |
|
|
Edit this page
View Source
LogVerbose(string, Object)
Declaration
public static void LogVerbose(string message, Object context = null)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Object |
context |
|
|
Edit this page
View Source
LogWarning(int, int, string, Object)
Declaration
public static void LogWarning(int line, int column, string message, Object context = null)
Parameters
| Type |
Name |
Description |
| int |
line |
|
| int |
column |
|
| string |
message |
|
| Object |
context |
|
|
Edit this page
View Source
LogWarning(string, Object)
Declaration
public static void LogWarning(string message, Object context = null)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Object |
context |
|