Click or drag to resize

ILogger Interface

Represents a class that can log errors and provide last executed code steps.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodError
Logs an exception with an optionnal complementary message.
Public methodGetLastSteps
Gets a text representing the last executed steps, logged in this logger.
Top
See Also