Share via


IServerLog.ShouldTrace method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function ShouldTrace ( _
    category As Category, _
    level As Level _
) As Boolean
'Usage
Dim instance As IServerLog
Dim category As Category
Dim level As Level
Dim returnValue As Boolean

returnValue = instance.ShouldTrace(category, _
    level)
bool ShouldTrace(
    Category category,
    Level level
)

Parameters

Return value

Type: System.Boolean

See also

Reference

IServerLog interface

IServerLog members

Microsoft.Office.Web.Conversion.ViewerInterface namespace