Share via


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

Return value

Type: System.Boolean

See also

Reference

PortalLog class

PortalLog members

Microsoft.Office.Server.Diagnostics namespace