Click or drag to resize

ComponentLog Class

A log.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonComponentLog

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public class ComponentLog : IComponentLogger

The ComponentLog type exposes the following members.

Properties
  NameDescription
Public propertyAll
All logs.
Public propertyChildren
The list of sub-logs.
Public propertyDescendants
All descendants.
Public propertyLogLevel
Messages below this level are suppressed.
Public propertyName
Log name (or null).
Public propertyParent
The parent of this log (or null).
Top
Methods
  NameDescription
Public methodLog
Logs a message.
Public methodNewLog
Create a new log.
Public methodRelease
Releases the log.
Public methodSubscribe
Subscribe to log messages.
Public methodUnsubscribe
Unsubscribe from log messages.
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default log.
Top
See Also