Click or drag to resize
Galactic API

EventLogLog Method

Logs the event to the event log.

Namespace:  Galactic.EventLog
Assembly:  Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public abstract 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