mirror of
https://github.com/suk-ws/messiva.git
synced 2024-11-22 12:14:51 +08:00
Eyre_S
ab95aa71d7
- upgrade gradle wrapper 7.3.1 -> 8.0.2 - add Formatter struct that will format Log object to String message. - now supports SimpleFormatter. which is old ConsoleAppender formatting method. - add Appender abs-class. - add support for LevelRestrict. - available on Appender and Logger. - fix wrong LogLevel.All level number (which should be smallest). - add LogLevel.ALL and LogLevel.NONE as smallest and biggest level. - add warning as an alias of warn in ILogLevelImpl. -
13 lines
156 B
Properties
13 lines
156 B
Properties
## Messiva
|
|
|
|
PROJECT_VERSION = 0.1.1
|
|
|
|
## dependencies
|
|
|
|
libSpotbugsVersion = 4.5.0
|
|
|
|
libJLineVersion = 3.21.0
|
|
libJansiVersion = 2.4.0
|
|
|
|
libJUnitVersion = 5.8.2
|