Package | Description |
---|---|
com.massa.log | |
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.context.execute |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultLog
Used if no log facade is found.
|
(package private) class |
LogOverCommonslogging
Redirects to commons logging facade.
|
(package private) class |
LogOverLog4j
Redirects to log4j logger.
|
(package private) class |
LogOverSlf4j
Redirects to slf4j facade, which does not recognize the "fatal" level.
|
(package private) class |
LogOverTinylog
Redirects to Tinylog logger.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
LogFactory.createLogger(Class<?> clazz)
Creates logger named with full qualified class name.
|
protected abstract Log |
LogFactory.createLogger(String loggerName)
Creates logger with provided name.
|
static Log |
LogFactory.getLog(Class<?> clazz)
Gets logger from class.
|
static Log |
LogFactory.getLog(String name)
Gets logger from logger name.
|
Modifier and Type | Method and Description |
---|---|
Log |
ContextWrapper.getLog() |
Log |
IContext.getLog()
Get logger/
|
Log |
AbstractContext.getLog() |
Modifier and Type | Method and Description |
---|---|
Log |
MExecutionContextConverter.getLog() |
Modifier and Type | Method and Description |
---|---|
Log |
MCompilationContextConverter.getLog() |