Interface ILogger
Represents a type used to log events
An implementation of the interface can act as an adapter for common loggers
Namespace: ES.Ascom.Alpaca.Client.Logging
Assembly: ES.Ascom.Alpaca.Client.dll
Syntax
public interface ILogger
Methods
| Improve this Doc View SourceLog(LogEvent)
Write a log event
Declaration
void Log(LogEvent logEvent)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | logEvent | Object that contains all the log information |