Interface NormalizedLoggingConfigInternal

interface NormalizedLoggingConfig {
    emits: readonly DataAPILoggingOutput[];
    events: readonly DataAPILoggingEvent[];
}

Properties

Properties

emits: readonly DataAPILoggingOutput[]
events: readonly DataAPILoggingEvent[]