Click or drag to resize

ComponentLogWriter Class

A class that logs messages.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonComponentLogWriter

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

The ComponentLogWriter type exposes the following members.

Constructors
  NameDescription
Protected methodComponentLogWriter
Construct a new log.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
The default log writer.
Public propertyLogLevel
Messages below this level are suppressed.
Top
Methods
  NameDescription
Public methodAddLog
Notifies that a log has been added.
Public methodLogMessage
Logs a message.
Public methodNameChanged
Notified that a log name has been changed.
Public methodRemoveLog
Notifies that a log has been removed.
Top
Events
  NameDescription
Public eventLogLevelChanged
Raised when the writer's log level changes.
Top
See Also