| 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
)
Public MustOverride Function Log (
eventToLog As Event
) As Boolean
public:
virtual bool Log(
Event^ eventToLog
) abstract
abstract Log :
eventToLog : Event -> bool
Parameters
- eventToLog
- Type: Galactic.EventLogEvent
The event to log.
Return Value
Type:
BooleanTrue if the event was logged successfully. False otherwise.
Implements
IEventLogLog(Event)See Also