Class LazyLog4jLogRecord

java.lang.Object
java.util.logging.LogRecord
org.apache.logging.log4j.tojul.LazyLog4jLogRecord
All Implemented Interfaces:
Serializable

final class LazyLog4jLogRecord extends LogRecord
Extension of LogRecord with lazy get source related methods based on Log4j's StackLocatorUtil.calcLocation(String).
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • inferCaller

      private transient boolean inferCaller
    • fqcn

      private final String fqcn
  • Constructor Details

  • Method Details