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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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