UMod.Debugging Namespace |
| Class | Description | |
|---|---|---|
| ModDebugHandler |
A ModDebugHandler is a dedicated log handler which is associated with a ModHost and can be used to log messages in a mod specific context.
You are also able to register any number of log receivers to handle how the logged data is used.
|
| Structure | Description | |
|---|---|---|
| ModDebugLogMessage |
Represents a message that has been logged by a ModDebugHandler.
|
| Interface | Description | |
|---|---|---|
| IModDebugReceiver |
This interface should be implemented when a custom log handler is required.
Use AddReceiver(IModDebugReceiver) to register the implementation with a DebugHandler.
|
| Enumeration | Description | |
|---|---|---|
| ModDebugLogType |
An enum value representing the type of log message.
|