Package | Description |
---|---|
com.massa.log | |
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.context.execute |
Class and Description |
---|
DefaultLog
Used if no log facade is found.
|
Log
This interface declares similar methods as the commons logging API.
|
LogFactory
Allows to choose between the different handled log factories : slf4j or commons logging,
depending on what is available on CLASS_PATH.
|
LogOverCommonslogging
Redirects to commons logging facade.
|
LogOverLog4j
Redirects to log4j logger.
|
LogOverSlf4j
Redirects to slf4j facade, which does not recognize the "fatal" level.
|
LogOverTinylog
Redirects to Tinylog logger.
|
Class and Description |
---|
Log
This interface declares similar methods as the commons logging API.
|
Class and Description |
---|
Log
This interface declares similar methods as the commons logging API.
|
Class and Description |
---|
Log
This interface declares similar methods as the commons logging API.
|