Share via


ServerUtils.ShouldLog Method

Determines whether to log access exceptions.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function ShouldLog As Boolean
'Usage
Dim returnValue As Boolean

returnValue = ServerUtils.ShouldLog()
public static bool ShouldLog()

Return Value

Type: System.Boolean
true if access exceptions should be logged; otherwise, false.

See Also

Reference

ServerUtils Class

ServerUtils Members

Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace