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 Summary

    Modifier and Type
    Method
    Description
    void
    Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
  • Method Details

    • setCallerBoundary

      Add a fqcn (fully qualified class name) to this event, presumed to be the caller boundary.
      Parameters:
      fqcn -