Package org.slf4j.spi
Interface CallerBoundaryAware
- All Known Implementing Classes:
- DefaultLoggingEventBuilder
public interface CallerBoundaryAware
Additional interface to 
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.- Author:
- Ceki Gulcu
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetCallerBoundary(String fqcn) Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
- 
Method Details- 
setCallerBoundaryAdd a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.- Parameters:
- fqcn-
 
 
-