IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayControllerLoggingConfig

    IQRF Gateway Controller logging configuration

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

    Properties

    filePath: string