Method | Description | |
---|---|---|
Debug ( object message ) : void |
Output the message at the Debug level.
|
|
Debug ( string format ) : void |
Output the formatted message at the Debug level.
|
|
Error ( object message ) : void |
Output the message at the Error level.
|
|
Error ( string format ) : void |
Output the formatted message at the Error level.
|
|
Fatal ( object message ) : void |
Output the message at the Fatal level.
|
|
Fatal ( string format ) : void |
Output the formatted message at the Fatal level.
|
|
Info ( object message ) : void |
Output the message at the Info level.
|
|
Info ( string format ) : void |
Output the formatted message at the Info level.
|
|
TraceLogger ( string name, string categoryName, bool isDebugEnabled ) : Microsoft.SharePoint.Administration |
Initializes a new instance of the TraceLogger class.
|
|
Warn ( object message ) : void |
Output the message at the Warn level.
|
|
Warn ( string format ) : void |
Output the formatted message at the Warn level.
|
Method | Description | |
---|---|---|
InnerLog ( TraceSeverity traceSeverity, string message ) : void |
Logs to the ULS.
|
public Debug ( object message ) : void | ||
message | object | The message to output. |
return | void |
public Debug ( string format ) : void | ||
format | string | The format to use. |
return | void |
public Error ( object message ) : void | ||
message | object | The message to output. |
return | void |
public Error ( string format ) : void | ||
format | string | The format to use. |
return | void |
public Fatal ( object message ) : void | ||
message | object | The message to output. |
return | void |
public Fatal ( string format ) : void | ||
format | string | The format to use. |
return | void |
public Info ( object message ) : void | ||
message | object | The message to output. |
return | void |
public Info ( string format ) : void | ||
format | string | The format to use. |
return | void |
protected InnerLog ( TraceSeverity traceSeverity, string message ) : void | ||
traceSeverity | TraceSeverity | The trace severity. |
message | string | The message. |
return | void |
public TraceLogger ( string name, string categoryName, bool isDebugEnabled ) : Microsoft.SharePoint.Administration | ||
name | string | The name. |
categoryName | string | Name of the category. |
isDebugEnabled | bool | if set to |
return | Microsoft.SharePoint.Administration |
public Warn ( object message ) : void | ||
message | object | The message to output. |
return | void |
public Warn ( string format ) : void | ||
format | string | The format to use. |
return | void |