Click or drag to resize

IComponentLogger Interface

Represents a class that contains a log.

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

The IComponentLogger type exposes the following members.

Methods
  NameDescription
Public methodGetLog
Gets the current log (or null).
Top
See Also