Class ProMLoggable
- java.lang.Object
-
- org.processmining.framework.util.ui.widgets.logging.ProMLoggable
-
-
Constructor Summary
Constructors Constructor Description ProMLoggable(java.util.logging.Logger l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.logging.LoggergetLogger()
-
-
-
Method Detail
-
getLogger
public java.util.logging.Logger getLogger()
- Specified by:
getLoggerin interfaceLoggable- Returns:
- See Also:
Loggable.getLogger()
-
-