Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Eyre-S Eyre-S released this 15 Oct 10:33
· 1 commit to master since this release
db47d6f

SimpleFormatter added field messageSeparater, which will take control of the separator between the prompt and the message.

  • defaults is a space

Add ILogLevel to replace the older LogLevel, now you can customize your own log levels by implement the ILogLevel

  • LogLevel have been renamed to LogLevels, with the implement of the new ILogLevel

In ILogLevelImpl, add abstract functions void (Message) for each levels.

Logger implemented the new functions in ILogLevel, add new void log (Message, ILogLevel) and void log (String, ILogLevel)

Logger#pushToAllAppender is protected (instead of private) now, you can use it in your own Logger extension.


This changelog is compared with v0.1.1 (ab95aa7)