Click or drag to resize

ILog Interface

Interface used to define required logging methods for a class to provide logging functionality.

Namespace: AxiomCore2.Log
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public interface ILog

The ILog type exposes the following members.

Methods
 NameDescription
Public methodError(String) Log an error message.
Public methodError(String, Exception) Log an error message.
Public methodInfo Log an info message.
Public methodWarn(String) Log a warning message.
Public methodWarn(String, Exception) Log a warning message.
Top
See Also