breadcrumbs property

IList<String> breadcrumbs
final

The collected breadcrumbs of the log. The breadcrumbs are ordered in increasing specificity. The first breadcrumb is the most general, and the last is the most specific.

Implementation

final IList<String> breadcrumbs;