DebuggerLogAppender Class
Log appender that writes log messages to an attached debugger.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class DebuggerLogAppender : LogAppender
Remarks
This class can be used to send all log messages that Carmenta Engine generates to an attached debugger. It should only be used in debug builds.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
LogAppender
DebuggerLogAppender
Platforms
Windows, Linux, Android
DebuggerLogAppender Members
The DebuggerLogAppender type has the following members.
Constructors
Name | Description |
---|---|
DebuggerLogAppender | Initializes a new instance of the DebuggerLogAppender class. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current DebuggerLogAppender has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current DebuggerLogAppender represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |