Package org.apache.logging.log4j
Interface BridgeAware
-
- All Known Implementing Classes:
DefaultLogBuilder
public interface BridgeAwareExtended interface to allow bridges between logging systems to convey the correct location information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEntryPoint(String fqcn)Fully qualified class name of the entry point to the logging system.
-
-
-
Method Detail
-
setEntryPoint
void setEntryPoint(String fqcn)
Fully qualified class name of the entry point to the logging system. This class will not appear in the location information.- Parameters:
fqcn-
-
-