Package org.slf4j.spi
Interface CallerBoundaryAware
-
- All Known Implementing Classes:
DefaultLoggingEventBuilder
public interface CallerBoundaryAwareAdditional 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(String fqcn)Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
-
-
-
Method Detail
-
setCallerBoundary
void setCallerBoundary(String fqcn)
Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.- Parameters:
fqcn-
-
-