Uses of Class
de.mhus.lib.core.logging.LogEngine
-
Packages that use LogEngine Package Description de.mhus.lib.core.logging de.mhus.lib.logging -
-
Uses of LogEngine in de.mhus.lib.core.logging
Fields in de.mhus.lib.core.logging declared as LogEngine Modifier and Type Field Description protected LogEngineLog. engineMethods in de.mhus.lib.core.logging that return LogEngine Modifier and Type Method Description LogEngineConsoleFactory. createInstance(String name)abstract LogEngineLogFactory. createInstance(String name)Construct and return aLoginstance, using the factory's current set of configuration attributes.LogEngineLogFactory. getInstance(Class<?> clazz)Convenience method to derive a name from the specified class and callgetInstance(String)with it.LogEngineLogFactory. getInstance(String name)Construct (if necessary) and return aLoginstance, using the factory's current set of configuration attributes.LogEngineLogFactory. getLog(Class<?> class1) -
Uses of LogEngine in de.mhus.lib.logging
Subclasses of LogEngine in de.mhus.lib.logging Modifier and Type Class Description classLog4JFactory.Log4JLogMethods in de.mhus.lib.logging that return LogEngine Modifier and Type Method Description LogEngineJavaLoggerFactory. createInstance(String name)LogEngineLog4JFactory. createInstance(String name)Convenience method to derive a name from the specified class and callgetInstance(String)with it.LogEngineSLF4JFactory. createInstance(String name)
-