Show / Hide Table of Contents

Class DnnLogger

Inheritance
object
LoggerWrapperImpl
DnnLogger
Implements
ILoggerWrapper
Inherited Members
LoggerWrapperImpl.Logger
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: DotNetNuke.Instrumentation
Assembly: DotNetNuke.Instrumentation.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.13.7. Use LoggerSource.Instance. Scheduled for removal in v11.0.0.")]
public sealed class DnnLogger : LoggerWrapperImpl, ILoggerWrapper

Methods

Debug(object)

Declaration
public void Debug(object message)
Parameters
Type Name Description
object message

DebugFormat(IFormatProvider, string, params object[])

Declaration
public void DebugFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

DebugFormat(string, params object[])

Declaration
public void DebugFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

Error(object)

Declaration
public void Error(object message)
Parameters
Type Name Description
object message

Error(object, Exception)

Declaration
public void Error(object message, Exception exception)
Parameters
Type Name Description
object message
Exception exception

ErrorFormat(IFormatProvider, string, params object[])

Declaration
public void ErrorFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

ErrorFormat(string, params object[])

Declaration
public void ErrorFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

Fatal(object)

Declaration
public void Fatal(object message)
Parameters
Type Name Description
object message

Fatal(object, Exception)

Declaration
public void Fatal(object message, Exception exception)
Parameters
Type Name Description
object message
Exception exception

FatalFormat(IFormatProvider, string, params object[])

Declaration
public void FatalFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

FatalFormat(string, params object[])

Declaration
public void FatalFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

GetClassLogger(Type)

Declaration
public static DnnLogger GetClassLogger(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
DnnLogger

GetLogger(string)

Declaration
public static DnnLogger GetLogger(string name)
Parameters
Type Name Description
string name
Returns
Type Description
DnnLogger

Info(object)

Declaration
public void Info(object message)
Parameters
Type Name Description
object message

InfoFormat(IFormatProvider, string, params object[])

Declaration
public void InfoFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

InfoFormat(string, params object[])

Declaration
public void InfoFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

InstallLogError(object)

Declaration
public void InstallLogError(object message)
Parameters
Type Name Description
object message

InstallLogError(string, Exception)

Declaration
public void InstallLogError(string message, Exception exception)
Parameters
Type Name Description
string message
Exception exception

InstallLogErrorFormat(IFormatProvider, string, params object[])

Declaration
public void InstallLogErrorFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

InstallLogErrorFormat(string, params object[])

Declaration
public void InstallLogErrorFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

InstallLogInfo(object)

Declaration
public void InstallLogInfo(object message)
Parameters
Type Name Description
object message

InstallLogInfoFormat(IFormatProvider, string, params object[])

Declaration
public void InstallLogInfoFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

InstallLogInfoFormat(string, params object[])

Declaration
public void InstallLogInfoFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

Warn(object)

Declaration
public void Warn(object message)
Parameters
Type Name Description
object message

Warn(object, Exception)

Declaration
public void Warn(object message, Exception exception)
Parameters
Type Name Description
object message
Exception exception

WarnFormat(IFormatProvider, string, params object[])

Declaration
public void WarnFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type Name Description
IFormatProvider provider
string format
object[] args

WarnFormat(string, params object[])

Declaration
public void WarnFormat(string format, params object[] args)
Parameters
Type Name Description
string format
object[] args

Implements

log4net.Core.ILoggerWrapper

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS