LogFileNamingStrategy

public protocol LogFileNamingStrategy

The abstraction for creating new log file names

    • return: The name to use for the next log file

    Declaration

    Swift

    func next() -> String