Click or drag to resize

ILogger Interface

An interface that defines a logger.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodLog
Logs a value at a specified trace level.
Top
See Also