Click or drag to resize
Galactic API

IEventLog Interface

An interface for classes that wish to implement functionality that allows them to be a catalog of application events.

Namespace:  Galactic.EventLog
Assembly:  Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public interface IEventLog

The IEventLog type exposes the following members.

Methods
  NameDescription
Public methodFind
Finds events that match the filters provided. See each parameter for information on how to filter the search.
Public methodLog
Logs the event to the event log.
Top
See Also