Show / Hide Table of Contents

Interface ILog

Namespace: DotNetNuke.Instrumentation
Assembly: DotNetNuke.Instrumentation.dll
Syntax
public interface ILog

Properties

IsDebugEnabled

Declaration
bool IsDebugEnabled { get; }
Property Value
Type Description
bool

IsErrorEnabled

Declaration
bool IsErrorEnabled { get; }
Property Value
Type Description
bool

IsFatalEnabled

Declaration
bool IsFatalEnabled { get; }
Property Value
Type Description
bool

IsInfoEnabled

Declaration
bool IsInfoEnabled { get; }
Property Value
Type Description
bool

IsTraceEnabled

Declaration
bool IsTraceEnabled { get; }
Property Value
Type Description
bool

IsWarnEnabled

Declaration
bool IsWarnEnabled { get; }
Property Value
Type Description
bool

Methods

Debug(object)

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

Debug(object, Exception)

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

DebugFormat(IFormatProvider, string, params object[])

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

DebugFormat(string, params object[])

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

Error(object)

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

Error(object, Exception)

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

ErrorFormat(IFormatProvider, string, params object[])

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

ErrorFormat(string, params object[])

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

Fatal(object)

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

Fatal(object, Exception)

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

FatalFormat(IFormatProvider, string, params object[])

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

FatalFormat(string, params object[])

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

Info(object)

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

Info(object, Exception)

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

InfoFormat(IFormatProvider, string, params object[])

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

InfoFormat(string, params object[])

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

Trace(object)

Declaration
void Trace(object message)
Parameters
Type Name Description
object message

Trace(object, Exception)

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

TraceFormat(IFormatProvider, string, params object[])

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

TraceFormat(string, params object[])

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

Warn(object)

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

Warn(object, Exception)

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

WarnFormat(IFormatProvider, string, params object[])

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

WarnFormat(string, params object[])

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

Extension Methods

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