Type Alias Verbose
VerboseLogHandler
A function that can handle a log message including file and method information.
Framework
- Revenue
Cat
Declaration
typealias VerboseLogHandler = (LogLevel , String, String?, String?, UInt) -> Void