Click or drag to resize

ILogger Interface

IT Hit User File System
Represents a file system logger.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public interface ILogger

The ILogger type exposes the following members.

Properties
  NameDescription
Public propertyComponentName
Name of the component that is writing to the log.
Top
Methods
  NameDescription
Public methodCreateLogger
Creates a logger with a new component name.
Public methodLogDebug
Logs debug message.
Public methodLogError
Logs error.
Public methodLogMessage
Logs informational message.
Top
See Also