Package org.apache.wayang.core.util
Interface Logging
-
public interface Logging
Provide logging viaLogger
.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.apache.logging.log4j.Logger
logger()
Create aLogger
for this instance.
-