Interface ILog
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
Compatibility interface that mimics the ILog interface in log4net.
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
Properties
IsDebugEnabled
Declaration
bool IsDebugEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsErrorEnabled
Declaration
bool IsErrorEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsFatalEnabled
Declaration
bool IsFatalEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInfoEnabled
Declaration
bool IsInfoEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsWarnEnabled
Declaration
bool IsWarnEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Debug(Object)
Declaration
void Debug(object message)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
Debug(Object, Exception)
Declaration
void Debug(object message, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
System.Exception |
exception |
|
Declaration
void DebugFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
System.String |
format |
|
System.Object[] |
args |
|
Declaration
void DebugFormat(string format, object arg0)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
Declaration
void DebugFormat(string format, object arg0, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
Declaration
void DebugFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Declaration
void DebugFormat(string format, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object[] |
args |
|
Error(Object)
Declaration
void Error(object message)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
Error(Object, Exception)
Declaration
void Error(object message, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
System.Exception |
exception |
|
Declaration
void ErrorFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
System.String |
format |
|
System.Object[] |
args |
|
Declaration
void ErrorFormat(string format, object arg0)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
Declaration
void ErrorFormat(string format, object arg0, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
Declaration
void ErrorFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Declaration
void ErrorFormat(string format, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object[] |
args |
|
Fatal(Object)
Declaration
void Fatal(object message)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
Fatal(Object, Exception)
Declaration
void Fatal(object message, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
System.Exception |
exception |
|
Declaration
void FatalFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
System.String |
format |
|
System.Object[] |
args |
|
Declaration
void FatalFormat(string format, object arg0)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
Declaration
void FatalFormat(string format, object arg0, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
Declaration
void FatalFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Declaration
void FatalFormat(string format, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object[] |
args |
|
Info(Object)
Declaration
void Info(object message)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
Info(Object, Exception)
Declaration
void Info(object message, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
System.Exception |
exception |
|
Declaration
void InfoFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
System.String |
format |
|
System.Object[] |
args |
|
Declaration
void InfoFormat(string format, object arg0)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
Declaration
void InfoFormat(string format, object arg0, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
Declaration
void InfoFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Declaration
void InfoFormat(string format, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object[] |
args |
|
Warn(Object)
Declaration
void Warn(object message)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
Warn(Object, Exception)
Declaration
void Warn(object message, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
message |
|
System.Exception |
exception |
|
Declaration
void WarnFormat(IFormatProvider provider, string format, params object[] args)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
System.String |
format |
|
System.Object[] |
args |
|
Declaration
void WarnFormat(string format, object arg0)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
Declaration
void WarnFormat(string format, object arg0, object arg1)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
Declaration
void WarnFormat(string format, object arg0, object arg1, object arg2)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
arg0 |
|
System.Object |
arg1 |
|
System.Object |
arg2 |
|
Declaration
void WarnFormat(string format, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object[] |
args |
|