Print colorful console messages depending on the logging level
Go to file
dependabot[bot] 7b7d28a592
Bump org.spongepowered:spongeapi from 7.4.0 to 10.0.0
Bumps [org.spongepowered:spongeapi](https://github.com/SpongePowered/SpongeAPI) from 7.4.0 to 10.0.0.
- [Release notes](https://github.com/SpongePowered/SpongeAPI/releases)
- [Commits](https://github.com/SpongePowered/SpongeAPI/compare/v7.4.0...v10.0.0)

---
updated-dependencies:
- dependency-name: org.spongepowered:spongeapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 18:08:12 +00:00
.github Ignore log4j in dependency updates 2021-05-19 17:46:59 +02:00
src Add support for terminals in cat server 2022-08-22 14:01:58 +02:00
.gitignore Improve compatibility with Paper 2018-07-29 18:33:21 +02:00
.travis.yml Enable caching for travis 2019-05-02 11:26:56 +02:00
LICENSE Improve compatibility with Paper 2018-07-29 18:33:21 +02:00
README.md Refactor configuration handling 2019-05-02 11:27:55 +02:00
pom.xml Bump org.spongepowered:spongeapi from 7.4.0 to 10.0.0 2023-09-04 18:08:12 +00:00

README.md

ColorConsole

colorful log example

Description

This lightweight plugin to make your console more colorful. It colorize the message depending on the log level. This means that important error messages will be printed in a red color. This gives you and your administrators a better overview about what's happening on your server.

Features

  • Lightweight
  • Different colors for different log levels
  • Ignores specified log messages
  • Custom logFormat
  • Colorize plugin tags (customizable)
  • Removes color from plugins if you want to
  • Supports all versions above 1.8.8+

Supports

  • BungeeCord/Waterfall
  • SpongeForge
  • Spigot/Paper