SPLog.GetInstance Method
Include Protected Members
Include Inherited Members
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