Click or drag to resize

Log Methods

The Log type exposes the following members.

Methods
  Name Description
Public method Static member BeginContext  
Public method Static member Debug(String) Write a log event with the Debug level.
Public method Static member Debug(String, Object) Write a log event with the Debug level.
Public method Static member Debug(Exception, String, Object) Write a log event with the Debug level and associated exception.
Public method Static member Error(String) Write a log event with the Error level.
Public method Static member Error(String, Object) Write a log event with the Error level.
Public method Static member Error(Exception, String, Object) Write a log event with the Error level and associated exception.
Public method Static member Fatal(String) Write a log event with the Fatal level.
Public method Static member Fatal(String, Object) Write a log event with the Fatal level.
Public method Static member Fatal(Exception, String, Object) Write a log event with the Fatal level and associated exception.
Public method Static member For(Type)  
Public method Static member ForT  
Public method Static member Info(String) Write a log event with the Information level.
Public method Static member Info(String, Object) Write a log event with the Information level.
Public method Static member Info(Exception, String, Object) Write a log event with the Information level and associated exception.
Public method Static member SetSystemLogWriteProtector  
Public method Static member Use  
Public method Static member Verbose(String) Write a log event with the Verbose level.
Public method Static member Verbose(String, Object) Write a log event with the Verbose level.
Public method Static member Verbose(Exception, String, Object) Write a log event with the Verbose level and associated exception.
Public method Static member Warning(String) Write a log event with the Warning level.
Public method Static member Warning(String, Object) Write a log event with the Warning level.
Public method Static member Warning(Exception, String, Object) Write a log event with the Warning level and associated exception.
Top
See Also