Type Alias

LogHandler

A function that can handle a log message.

Declaration

typealias LogHandler = (LogLevel, String) -> Void