ModDebugLogMessage Structure |
Namespace: UMod.Debugging
[SerializableAttribute] public struct ModDebugLogMessage
The ModDebugLogMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasException |
Returns true if this message has an exception available.
use ThrownException to access the exception.
|
![]() | HasStackTrace |
Returns true if this message has a stack trace available.
Use StackTrace to access the stack trace.
|
![]() | Message |
Get the content of the message.
|
![]() | StackTrace |
Get the stack trace for the message.
If a stack trace was not generated then this value will be null.
|
![]() | ThrownException |
Get the exception that was thrown.
If an exception was not thrown then this value will be null.
|
![]() | Type |
Get the type of the message.
|
Name | Description | |
---|---|---|
![]() | ToString |
Override implementation of ToString.
(Overrides ValueTypeToString.) |