LogDetails.CategoryDescription Constructor
Microsoft Robotics Class Reference
Initializes a new instance of the CategoryDescription class
Namespace: Microsoft.Dss.Diagnostics
Assembly: Microsoft.Dss.Diagnostics (in Microsoft.Dss.Diagnostics.dll) Version: 3.0.9999.31299 (3.0.9999.31299)
Syntax
public CategoryDescription(
string namespace,
string category,
LogCategoryType categoryType,
TraceLevel defaultTraceLevel,
LogCategoryFlags flags,
string[] expectedArguments,
string formatString,
string specifier,
int version
)
Parameters
- namespace
Type: System. . :: . .String
category namespace
- category
Type: System. . :: . .String
category name
- categoryType
Type: Microsoft.Dss.Diagnostics. . :: . .LogCategoryType
category type
- defaultTraceLevel
Type: System.Diagnostics. . :: . .TraceLevel
default trace level
- flags
Type: Microsoft.Dss.Diagnostics. . :: . .LogCategoryFlags
category flags
- expectedArguments
Type: array<System. . :: . .String> [] () [] []
expected argument names
- formatString
Type: System. . :: . .String
format string used for building a subject
- specifier
Type: System. . :: . .String
user defined value
- version
Type: System. . :: . .Int32
user defined version