PortalLog.ShouldLog Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Diagnostics
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Function ShouldLog ( _
Level As PortalLogLevel _
) As Boolean
'Usage
Dim Level As PortalLogLevel
Dim returnValue As Boolean
returnValue = PortalLog.ShouldLog(Level)
public static bool ShouldLog(
PortalLogLevel Level
)
Parameters
- Level
Type: Microsoft.Office.Server.Diagnostics.PortalLogLevel
..
Return Value
Type: System.Boolean