tachyon-drive
    Preparing search index...

    Type Alias StorageDriverLogMapping

    The log key mapping for the storage driver.

    v0.11.0

    type StorageDriverLogMapping = {
        clear: LogLevelValue;
        deserialize: LogLevelValue;
        hydrate: LogLevelValue;
        init: LogLevelValue;
        processor: LogLevelValue;
        store: LogLevelValue;
        unload: LogLevelValue;
        update: LogLevelValue;
        validator: LogLevelValue;
    }
    Index

    Properties

    clear: LogLevelValue
    deserialize: LogLevelValue
    hydrate: LogLevelValue
    init: LogLevelValue
    processor: LogLevelValue
    store: LogLevelValue
    unload: LogLevelValue
    update: LogLevelValue
    validator: LogLevelValue