Click or drag to resize
ILog Interface

[This is preliminary documentation and is subject to change.]

Log interface.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public interface ILog : IDisposable

The ILog type exposes the following members.

Properties
  NameDescription
Public propertyFormatter
Gets the internal formatter instance.
Public propertyIsDebugEnabled
Gets a value indicating whether logging of debug entries is enabled.
Public propertyIsErrorEnabled
Gets a value indicating whether logging of error entries is enabled.
Public propertyIsFatalEnabled
Gets a value indicating whether logging of fatal error entries is enabled.
Public propertyIsInfoEnabled
Gets a value indicating whether logging of information entries is enabled.
Public propertyIsTraceEnabled
Gets a value indicating whether logging of trace entries is enabled.
Public propertyIsWarnEnabled
Gets a value indicating whether logging of warning entries is enabled.
Public propertyLogger
Gets the internal logger instance.
Top
Methods
  NameDescription
Public methodDebug(Object, String, String, Int32)
Logs a new debug entry.
Public methodDebug(Exception, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebug(IFormatProvider, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebug(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(FormatMessageCallback, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(String, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(String, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDebugFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new debug entry.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodError(Object, String, String, Int32)
Logs a new error entry.
Public methodError(Exception, Object, String, String, Int32)
Logs a new error entry.
Public methodError(IFormatProvider, Object, String, String, Int32)
Logs a new error entry.
Public methodError(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(FormatMessageCallback, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(String, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(String, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodErrorFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new error entry.
Public methodFatal(Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatal(Exception, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatal(IFormatProvider, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatal(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(FormatMessageCallback, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(String, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(String, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodFatalFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new fatal error entry.
Public methodInfo(Object, String, String, Int32)
Logs a new information entry.
Public methodInfo(Exception, Object, String, String, Int32)
Logs a new information entry.
Public methodInfo(IFormatProvider, Object, String, String, Int32)
Logs a new information entry.
Public methodInfo(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(FormatMessageCallback, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(String, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(String, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodInfoFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new information entry.
Public methodTrace(Object, String, String, Int32)
Logs a new trace entry.
Public methodTrace(Exception, Object, String, String, Int32)
Logs a new trace entry.
Public methodTrace(IFormatProvider, Object, String, String, Int32)
Logs a new trace entry.
Public methodTrace(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(FormatMessageCallback, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(String, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(String, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodTraceFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new trace entry.
Public methodWarn(Object, String, String, Int32)
Logs a new warning entry.
Public methodWarn(Exception, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarn(IFormatProvider, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarn(Exception, IFormatProvider, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(FormatMessageCallback, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, FormatMessageCallback, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, FormatMessageCallback, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(String, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, String, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, String, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(String, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, String, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, String, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(String, Object, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, String, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, String, Object, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Public methodWarnFormat(Exception, IFormatProvider, String, Object, Object, Object, Object, String, String, Int32)
Logs a new warning entry.
Top
See Also