LoggingFileSystemInterceptor
class LoggingFileSystemInterceptor(logger: (message: () -> String) -> Unit, logEvents: LoggingFileSystemInterceptor.LoggingEvents = LoggingEvents(), operationLevels: Map<FileSystemOperation<*, *, *>, LoggingFileSystemInterceptor.LoggingEvents> = emptyMap()) : FileSystemInterceptor(source)
Constructors
Link copied to clipboard
constructor(logger: (message: () -> String) -> Unit, logEvents: LoggingFileSystemInterceptor.LoggingEvents = LoggingEvents(), operationLevels: Map<FileSystemOperation<*, *, *>, LoggingFileSystemInterceptor.LoggingEvents> = emptyMap())
Types
Link copied to clipboard
class LoggingEvents(val start: LoggingFileSystemInterceptor.LoggingEvents.OperationStart = OperationStart(inputs = NONE), val end: LoggingFileSystemInterceptor.LoggingEvents.OperationEnd = OperationEnd())
Link copied to clipboard