Click or drag to resize

IInstanceLogger Interface


Represents logging functionality using the NLog library.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IInstanceLogger

The IInstanceLogger type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Returns if the current logging instance has debug level enabled.
Top
Methods
  NameDescription
Public methodDebug
Log a message at the Debug level
Public methodError
Log a message at the Error level
Public methodInfo
Log a message at the Info level
Public methodLog
Log a message at the specified log level
Public methodWarn
Log a message at the Warn level
Top
See Also

Reference

Logger