public interface CallerBoundaryAware
LoggingEventBuilder and
LoggingEvent.
Implementations of LoggingEventBuilder and LoggingEvent may optionally
implement CallerBoundaryAware in order to support caller info extraction.
This interface is intended for use by logging backends or logging bridges.| Modifier and Type | Method and Description |
|---|---|
void |
setCallerBoundary(String fqcn)
Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
|
void setCallerBoundary(String fqcn)
fqcn - Copyright © 2005–2022 QOS.ch. All rights reserved.