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: 19.00.00
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