FileStorageLogging

protocol FileStorageLogging : Logging

logging functionality regarding file storage

  • fileCachedAtPath(_:from:) Extension method

    Logs when file cached

    Log-level must be at least equal to medium.

    Declaration

    Swift

    func fileCachedAtPath(_ path: String, from url: URL?)

    Parameters

    path

    A path where file is cached.

    url

    A url from file was downloaded.

  • cachedFilePath(_:) Extension method

    Logs when file cached

    Log-level must be at least equal to medium.

    Declaration

    Swift

    func cachedFilePath(_ path: String)

    Parameters

    path

    A path where file is cached.