SPLog.GetInstance method
Returns an instance of the log object that belongs to the given category or type.
Overload list
Name | Description | |
---|---|---|
GetInstance(String) | Returns an instance of the log object that belongs to the specified category. | |
GetInstance(Type) | Returns an instance of the log object that belongs to the specified type. | |
GetInstance(Type, MethodInfo) | Returns an instance of the log object that belongs to the specified type based on the specified method information. |
Top