Click or drag to resize
Galactic API

SqlEventLogAddCategory Method

Adds an event category to the log. Categories help to classify the type of event that occurred.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool AddCategory(
	string name
)

Parameters

name
Type: SystemString
The name of the event category.

Return Value

Type: Boolean
True if the event category was added, false otherwise.
See Also