Skip to content

v3.0.0 - Powerful logging features using SLF4J and Logback Libraries. Totally working Network Module

Compare
Choose a tag to compare
@manoelcampos manoelcampos released this 29 Jun 23:37
· 2025 commits to master since this release
5a4592b
  • Defines types and colors for log messages and enables filtering the level of messages to print. The image below shows how easy is to check things that may be wrong in your simulation (#24). And for instance, if you want to see just messages from warning level, it's as simple as calling Log.setLevel(ch.qos.logback.classic.Level.WARN);
  • Includes all fixes in the Network Module from version 2.4.0.