Click or drag to resize
Galactic API

IExceptionLogger Interface

An interface for classes that whish log their exceptions to an event log.

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

The IExceptionLogger type exposes the following members.

Properties
  NameDescription
Public propertyLog
The event log that will receive events from this logger.
Top
Methods
  NameDescription
Public methodLogException
Logs an exception to the event log.
Top
See Also