IQRF Gateway Controller logging configuration

interface IqrfGatewayControllerLoggingConfig {
    filePath: string;
    severity: IqrfGatewayControllerLoggingSeverity;
    sinks: IqrfGatewayControllerLoggignSinksConfig;
}

Properties

filePath: string