LogAppender Class
Abstract base class for all classes that handle log messages.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public abstract class LogAppender : EngineObjectInheritance Hierarchy
System.Object
EngineObject
LogAppender
DebuggerLogAppender
RollingFileLogAppender
Platforms
Windows, Linux, Android
LogAppender Members
The LogAppender type has the following members.
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current LogAppender has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current LogAppender 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 |