Package org.slf4j.spi
Interface CallerBoundaryAware
-
- All Known Implementing Classes:
DefaultLoggingEventBuilder
public interface CallerBoundaryAware
Additional interface toLoggingEventBuilderandLoggingEvent. Implementations ofLoggingEventBuilderandLoggingEventmay optionally implementCallerBoundaryAwarein order to support caller info extraction. This interface is intended for use by logging backends or logging bridges.- Author:
- Ceki Gulcu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCallerBoundary(java.lang.String fqcn)Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
-
-
-
Method Detail
-
setCallerBoundary
void setCallerBoundary(java.lang.String fqcn)
Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.- Parameters:
fqcn-
-
-