Check any custom category: log.hasCategory('my-service')
log.hasCategory('my-service')
bool hasCategory(String categoryId) => traceCategory == categoryId;