Type Alias

VerboseLogHandler

A function that can handle a log message including file and method information.

Declaration

typealias VerboseLogHandler = (LogLevel, String, String?, String?, UInt) -> Void