Package org.apache.logging.log4j
Interface BridgeAware
public interface BridgeAware
Extended interface to allow bridges between logging systems to convey the
correct location information.
- Since:
- 2.19.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntryPoint
(String fqcn) To set fully qualified class name of the entry point to the logging system.
-
Method Details
-
setEntryPoint
To set fully qualified class name of the entry point to the logging system. This class will not appear in the location information.- Parameters:
fqcn
- fully qualified class name
-