FileStorageLogging
protocol FileStorageLogging : Logging
logging functionality regarding file storage
-
fileCachedAtPath(_:from:)Extension methodLogs when file cached
Log-level must be at least equal to medium.
Declaration
Swift
func fileCachedAtPath(_ path: String, from url: URL?)Parameters
pathA path where file is cached.
urlA url from file was downloaded.
-
cachedFilePath(_:)Extension methodLogs when file cached
Log-level must be at least equal to medium.
Declaration
Swift
func cachedFilePath(_ path: String)Parameters
pathA path where file is cached.
FileStorageLogging Protocol Reference