Click or drag to resize
Galactic API

SqlEventLogLog Method

Logs the event to the event log.

Namespace:  Galactic.EventLog.Sql
Assembly:  Galactic.EventLog.Sql (in Galactic.EventLog.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override bool Log(
	Event eventToLog
)

Parameters

eventToLog
Type: Galactic.EventLogEvent
The event to log.

Return Value

Type: Boolean
True if the event was logged successfully. False otherwise.

Implements

IEventLogLog(Event)
See Also