decorators property
A list of LogDecorators applied sequentially to the intermediate
LogDocument.
Decorators operate strictly on the semantic IR tree after formatting and before physical layout encoding. They enrich or transform the document (e.g., adding visual borders, headers, or contextual tags) in the exact order specified.
Implementation
final List<LogDecorator> decorators;