public class LoggerFactory extends Object
Constructor and Description |
---|
LoggerFactory() |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger()
You can set a logger implementation using the system property
hoka.logger.class
If the system property if not set or the class from hoka.logger.class is not found or can't be accessed
or instantiated. |
public static Logger getLogger()
hoka.logger.class
If the system property if not set or the class from hoka.logger.class
is not found or can't be accessed
or instantiated. an instance of SimpleLogger
is returned with log to the standard output.