java.lang.Object
technology.sola.logging.JavaSolaLoggerFactory
- All Implemented Interfaces:
SolaLoggerFactory
JavaSolaLoggerFactory is a
SolaLoggerFactory implementation for desktop platforms (JavaFX and Swing). It will
write to the console as well as log files.-
Field Summary
Fields inherited from interface technology.sola.logging.SolaLoggerFactory
DEFAULT_LOG_FILE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface technology.sola.logging.SolaLoggerFactory
getLogger
-
Constructor Details
-
JavaSolaLoggerFactory
public JavaSolaLoggerFactory()
-
-
Method Details
-
getLogger
Description copied from interface:SolaLoggerFactoryCreates a newSolaLoggerfor desiredClass. The logs for the class will be in desired logFile.- Specified by:
getLoggerin interfaceSolaLoggerFactory- Parameters:
clazz- the class the logger is forlogFile- the output log file- Returns:
- new logger instance
-