Click or drag to resize
Galactic API

SqlEventLogDeleteSeverityLevel Method

Deletes an event severity level from the log.

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 DeleteSeverityLevel(
	int id
)

Parameters

id
Type: SystemInt32
The id of the event severity level in the database to delete.

Return Value

Type: Boolean
True if the event severity level was deleted, false otherwise.
See Also