Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Log4NetLogger Class
NamespacesGenesyslab.Desktop.InfrastructureLog4NetLogger
The default log4net wrapper class for Logger.
Declaration Syntax
C#Visual BasicVisual C++
public class Log4NetLogger : ILogger
Public Class Log4NetLogger _
	Implements ILogger
public ref class Log4NetLogger : ILogger
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Log4NetLogger()()()
Initializes a new instance of the Log4NetLogger class.

CreateChildLogger(String)
Creates a new child logger. The name of the child logger is [current-loggers-name].[passed-in-name].

Debug(Object)
Logs a debug message.

Debug(Object, Exception)
Logs a debug message.

DebugFormat(String, array<Object>[]()[])
Logs a debug message.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error(Object)
Logs an error message.

Error(Object, Exception)
Logs an error message.

ErrorFormat(String, array<Object>[]()[])
Logs an error message.

FatalError(Object)
Logs a fatal error message.

FatalError(Object, Exception)
Logs a fatal error message.

FatalErrorFormat(String, array<Object>[]()[])
Logs a fatal error message.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLog4NetLogger(ILog, String)
Gets a Log4NetLogger.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Info(Object)
Logs an information message.

Info(Object, Exception)
Logs an information message.

InfoFormat(String, array<Object>[]()[])
Logs an information message.

IsDebugEnabled
Determines if messages of priority level "debug" will be logged.

IsErrorEnabled
Determines if messages of priority level "error" will be logged.

IsFatalErrorEnabled
Determines if messages of priority level "fatalError" will be logged.

IsInfoEnabled
IsWarnEnabled
Determines if messages of priority level "warning" will be logged.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Warn(Object)
Logs a warning message.

Warn(Object, Exception)
Logs a warning message.

WarnFormat(String, array<Object>[]()[])
Logs a warning message.

Inheritance Hierarchy
Object
Log4NetLogger

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)