Table of Contents

Interface IOrpheusLogger

Namespace
OrpheusInterfaces.Logging
Assembly
OrpheusInterfaces.dll

Orpheus logger contract.

public interface IOrpheusLogger

Properties

Configuration

The active file logging configuration.

IFileLoggingConfiguration Configuration { get; set; }

Property Value

IFileLoggingConfiguration

CurrentFileName

Full path to the currently active log file.

string CurrentFileName { get; }

Property Value

string