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