Show / Hide Table of Contents

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 Source

Log(LogEvent)

Write a log event

Declaration
void Log(LogEvent logEvent)
Parameters
Type Name Description
LogEvent logEvent

Object that contains all the log information

  • Improve this Doc
  • View Source
Back to top Generated by DocFX