The Log type exposes the following members.
Methods
|
Name |
Description |
|
BeginContext
|
|
|
Debug(String)
|
Write a log event with the Debug level.
|
|
Debug(String, Object)
|
Write a log event with the Debug level.
|
|
Debug(Exception, String, Object)
|
Write a log event with the Debug level and associated exception.
|
|
Error(String)
|
Write a log event with the Error level.
|
|
Error(String, Object)
|
Write a log event with the Error level.
|
|
Error(Exception, String, Object)
|
Write a log event with the Error level and associated exception.
|
|
Fatal(String)
|
Write a log event with the Fatal level.
|
|
Fatal(String, Object)
|
Write a log event with the Fatal level.
|
|
Fatal(Exception, String, Object)
|
Write a log event with the Fatal level and associated exception.
|
|
For(Type)
|
|
|
ForT
|
|
|
Info(String)
|
Write a log event with the Information level.
|
|
Info(String, Object)
|
Write a log event with the Information level.
|
|
Info(Exception, String, Object)
|
Write a log event with the Information level and associated exception.
|
|
SetSystemLogWriteProtector
|
|
|
Use
|
|
|
Verbose(String)
|
Write a log event with the Verbose level.
|
|
Verbose(String, Object)
|
Write a log event with the Verbose level.
|
|
Verbose(Exception, String, Object)
|
Write a log event with the Verbose level and associated exception.
|
|
Warning(String)
|
Write a log event with the Warning level.
|
|
Warning(String, Object)
|
Write a log event with the Warning level.
|
|
Warning(Exception, String, Object)
|
Write a log event with the Warning level and associated exception.
|
Top
See Also