hasCategory method

bool hasCategory(
  1. String categoryId
)

Check any custom category: log.hasCategory('my-service')

Implementation

bool hasCategory(String categoryId) => traceCategory == categoryId;