Table of Contents

Property Logger

Namespace
Kepware.Api
Assembly
Kepware.Api.dll

Logger

Gets the logger instance used for logging operations.

public ILogger Logger { get; }

Property Value

ILogger

Remarks

This property provides access to the logger, which can be used to log messages at various levels. Ensure that the logger is properly initialized before use.