| 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
Public Interface IExceptionLogger
public interface class IExceptionLogger
type IExceptionLogger = interface end
The IExceptionLogger type exposes the following members.
Properties
| Name | Description |
---|
| Log |
The event log that will receive events from this logger.
|
TopMethods See Also