Click or drag to resize

UMod.Debugging Namespace

 
Classes
  ClassDescription
Public classModDebugHandler
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.
Structures
  StructureDescription
Public structureModDebugLogMessage
Represents a message that has been logged by a ModDebugHandler.
Interfaces
  InterfaceDescription
Public interfaceIModDebugReceiver
This interface should be implemented when a custom log handler is required. Use AddReceiver(IModDebugReceiver) to register the implementation with a DebugHandler.
Enumerations
  EnumerationDescription
Public enumerationModDebugLogType
An enum value representing the type of log message.