Метод | Описание | |
---|---|---|
Debug ( object message ) : void |
Logs a message object with the This method first checks if this logger is WARNING Note that passing an T:System.Exception to this method will print the name of the T:System.Exception but no stack trace. To print a stack trace use the M:Subtext.Framework.Logging.Log.Debug(System.Object,System.Exception) form instead. This method is compiled to nothing if DEBUG compilation constant is not set (production build). |
|
Debug ( object message, |
Logs a message object with the This method first checks if this logger is This method is compiled to nothing if DEBUG compilation constant is not set (production build). |
|
DebugFormat ( IFormatProvider provider, string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Debug(System.Object) methods instead. This method is compiled to nothing if DEBUG compilation constant is not set (production build). |
|
DebugFormat ( string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Debug(System.Object) methods instead. |
|
DebugFormat ( string format, object arg0 ) : void | ||
DebugFormat ( string format, object arg0, object arg1 ) : void | ||
DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Error ( object message ) : void |
Logs a message object with the This method first checks if this logger is WARNING Note that passing an T:System.Exception to this method will print the name of the T:System.Exception but no stack trace. To print a stack trace use the M:Subtext.Framework.Logging.Log.Error(System.Object,System.Exception) form instead. |
|
Error ( object message, |
Logs a message object with the This method first checks if this logger is |
|
ErrorFormat ( IFormatProvider provider, string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Error(System.Object) methods instead. |
|
ErrorFormat ( string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Error(System.Object) methods instead. |
|
ErrorFormat ( string format, object arg0 ) : void | ||
ErrorFormat ( string format, object arg0, object arg1 ) : void | ||
ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Fatal ( object message ) : void |
Logs a message object with the This method first checks if this logger is WARNING Note that passing an T:System.Exception to this method will print the name of the T:System.Exception but no stack trace. To print a stack trace use the M:Subtext.Framework.Logging.Log.Fatal(System.Object,System.Exception) form instead. |
|
Fatal ( object message, |
Logs a message object with the This method first checks if this logger is |
|
FatalFormat ( IFormatProvider provider, string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Fatal(System.Object) methods instead. |
|
FatalFormat ( string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Fatal(System.Object) methods instead. |
|
FatalFormat ( string format, object arg0 ) : void | ||
FatalFormat ( string format, object arg0, object arg1 ) : void | ||
FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Info ( object message ) : void |
Logs a message object with the This method first checks if this logger is WARNING Note that passing an T:System.Exception to this method will print the name of the T:System.Exception but no stack trace. To print a stack trace use the M:Subtext.Framework.Logging.Log.Info(System.Object,System.Exception) form instead. |
|
Info ( object message, |
Logs a message object with the This method first checks if this logger is |
|
InfoFormat ( IFormatProvider provider, string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Info(System.Object) methods instead. |
|
InfoFormat ( string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Info(System.Object) methods instead. |
|
InfoFormat ( string format, object arg0 ) : void | ||
InfoFormat ( string format, object arg0, object arg1 ) : void | ||
InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
Log ( log4net.ILog innerLogger ) : System |
Instantiates a log which wraps the specified inner logger.
|
|
Log ( |
Instantiates a log using the P:System.Type.FullName of the suppled type of the class as the name.
|
|
ResetBlogIdContext ( ) : void |
Resets blog id context in the Log4net ThreadContext.
|
|
SetBlogIdContext ( int blogId ) : void |
Sets the blog id context in the Log4net ThreadContext.
|
|
Warn ( object message ) : void |
Logs a message object with the This method first checks if this logger is WARNING Note that passing an T:System.Exception to this method will print the name of the T:System.Exception but no stack trace. To print a stack trace use the M:Subtext.Framework.Logging.Log.Warn(System.Object,System.Exception) form instead. |
|
Warn ( object message, |
Logs a message object with the This method first checks if this logger is |
|
WarnFormat ( IFormatProvider provider, string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Warn(System.Object) methods instead. |
|
WarnFormat ( string format ) : void |
Logs a message with the The message is formatted using the This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:Subtext.Framework.Logging.Log.Warn(System.Object) methods instead. |
|
WarnFormat ( string format, object arg0 ) : void | ||
WarnFormat ( string format, object arg0, object arg1 ) : void | ||
WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void |
Метод | Описание | |
---|---|---|
CreateInnerLogger ( |
||
GetCallerType ( ) : |
||
Log ( ) : System | ||
SetUrlContext ( ) : void |
public Debug ( object message ) : void | ||
message | object | The message object to log |
Результат | void |
public Debug ( object message, |
||
message | object | The message object to log |
exception | The exception to log, including its stack trace | |
Результат | void |
public DebugFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | An |
format | string | A |
Результат | void |
public DebugFormat ( string format ) : void | ||
format | string | A |
Результат | void |
public DebugFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Результат | void |
public DebugFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public DebugFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |
public Error ( object message ) : void | ||
message | object | The message object to log |
Результат | void |
public Error ( object message, |
||
message | object | The message object to log |
exception | The exception to log, including its stack trace | |
Результат | void |
public ErrorFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | An |
format | string | A |
Результат | void |
public ErrorFormat ( string format ) : void | ||
format | string | A |
Результат | void |
public ErrorFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Результат | void |
public ErrorFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public ErrorFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |
public Fatal ( object message ) : void | ||
message | object | The message object to log |
Результат | void |
public Fatal ( object message, |
||
message | object | The message object to log |
exception | The exception to log, including its stack trace | |
Результат | void |
public FatalFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | An |
format | string | A |
Результат | void |
public FatalFormat ( string format ) : void | ||
format | string | A |
Результат | void |
public FatalFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Результат | void |
public FatalFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public FatalFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |
public Info ( object message ) : void | ||
message | object | The message object to log |
Результат | void |
public Info ( object message, |
||
message | object | The message object to log |
exception | The exception to log, including its stack trace | |
Результат | void |
public InfoFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | An |
format | string | A |
Результат | void |
public InfoFormat ( string format ) : void | ||
format | string | A |
Результат | void |
public InfoFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Результат | void |
public InfoFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public InfoFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |
public Log ( log4net.ILog innerLogger ) : System | ||
innerLogger | log4net.ILog | |
Результат | System |
public Log ( |
||
type | ||
Результат | System |
public static ResetBlogIdContext ( ) : void | ||
Результат | void |
public static SetBlogIdContext ( int blogId ) : void | ||
blogId | int | Blog id. |
Результат | void |
public Warn ( object message ) : void | ||
message | object | The message object to log |
Результат | void |
public Warn ( object message, |
||
message | object | The message object to log |
exception | The exception to log, including its stack trace | |
Результат | void |
public WarnFormat ( IFormatProvider provider, string format ) : void | ||
provider | IFormatProvider | An |
format | string | A |
Результат | void |
public WarnFormat ( string format ) : void | ||
format | string | A |
Результат | void |
public WarnFormat ( string format, object arg0 ) : void | ||
format | string | |
arg0 | object | |
Результат | void |
public WarnFormat ( string format, object arg0, object arg1 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public WarnFormat ( string format, object arg0, object arg1, object arg2 ) : void | ||
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |