BOOL TLSCanLog()

in Classes/TLSLoggingService.m [613:621]


BOOL TLSCanLog(TLSLoggingService *service,
               TLSLogLevel level,
               NSString *channel,
               id contextObject)
{
    return [(service ?: sLoggingService) _canLogWithLevel:level
                                                  channel:channel
                                                  context:contextObject];
}