public class LogConfiguration extends java.lang.Object implements EntryPoint
Constructor and Description |
---|
LogConfiguration() |
Modifier and Type | Method and Description |
---|---|
static boolean |
loggingIsEnabled() |
static boolean |
loggingIsEnabled(java.util.logging.Level level) |
void |
onModuleLoad()
The entry point method, called automatically by loading a module that
declares an implementing class as an entry point.
|
public static boolean loggingIsEnabled()
public static boolean loggingIsEnabled(java.util.logging.Level level)
public void onModuleLoad()
EntryPoint
onModuleLoad
in interface EntryPoint