Table of Contents

Interface ILogger

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

Interface for logging purposes. This library does not depend on any logging provider. Clients should provide concrete implementation of this interface to log messages from the library.

public interface ILogger

Methods

LogDebug(string)
LogDebug(string, params object[])
LogError(string)
LogError(string, params object[])
LogInfo(string)
LogInfo(string, params object[])
LogInformation(string)
LogInformation(string, params object[])
LogWarning(string)
LogWarning(string, params object[])