Type Alias

AdaptyLogHandler

Declaration

typealias AdaptyLogHandler = (
    _ time: Date,
    _ level: AdaptyLogLevel,
    _ message: String
) -> Void