public final class Markers extends Object
Markers
specifically used to categorize and identify log messages generated
by the Watcher component.
Markers are used to enrich log messages with additional metadata, enabling better filtering and analysis of logs.
MSG_WATCHER - Marker for general Watcher log messages.DATA_WATCHER - Marker for Watcher data-related log messages.These markers can be used in conjunction with SLF4J logging frameworks to provide structured and meaningful log categorization.
| Modifier and Type | Field and Description |
|---|---|
org.slf4j.Marker |
DATA_WATCHER |
org.slf4j.Marker |
MSG_WATCHER |
| Constructor and Description |
|---|
Markers() |
Copyright © 2010–2025. All rights reserved.