1
0
mirror of https://github.com/suk-ws/messiva.git synced 2024-11-22 23:37:37 +08:00
messiva/.gitignore
Eyre_S ab95aa71d7
add Formatter struct; add support for LevelRestrict; fix some problems.
- 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.
-
2023-04-08 12:06:36 +08:00

19 lines
188 B
Plaintext

# IDE
.idea/
.gradle/
.settings/
.vscode/
#build
/build/
/bin/
.project
# test
/src/test/java/cc/sukazyo/test
/src/test/resources/test
/src/test/resources/assets/test
# debug dir
/run/