ComponentLog Class |
Namespace: Demo3D.Common
public class ComponentLog : IComponentLogger
The ComponentLog type exposes the following members.
| Name | Description | |
|---|---|---|
| All |
All logs.
| |
| Children |
The list of sub-logs.
| |
| Descendants |
All descendants.
| |
| LogLevel |
Messages below this level are suppressed.
| |
| Name |
Log name (or null).
| |
| Parent |
The parent of this log (or null).
|
| Name | Description | |
|---|---|---|
| Log |
Logs a message.
| |
| NewLog |
Create a new log.
| |
| Release |
Releases the log.
| |
| Subscribe |
Subscribe to log messages.
| |
| Unsubscribe |
Unsubscribe from log messages.
|