public interface LocationAwareLogFactory extends LogFactory
Modifier and Type | Method and Description |
---|---|
Log |
create(SessionID sessionID,
String callerFQCN)
Create a log implementation.
|
create
Log create(SessionID sessionID, String callerFQCN)
sessionID
- session ID usually used for configuration accesscallerFQCN
- fully-qualified class name of the parent logger
in case we are being constructed as part of a composite loggerCopyright © 2021. All rights reserved.