Avicus / Compendium

:orange_book: Common utilities for Minecraft Bukkit and Bungee plugins.
MIT License
1 stars 2 forks source link

Centralized logging #2

Open thekeenant opened 8 years ago

thekeenant commented 8 years ago

Compendium should store loggers and have a command to change the logging level of each?

AustinLMayes commented 8 years ago

OR Just log to a service.

There are many open-source ones that we can host. I personally think we need a more organized way of catching errors. Could also implement into web to catch web errors.

General methods could be in Compendium though.

thekeenant commented 8 years ago

True, that too. Since those services listen to logging systems like java.util.logging and Log4j, it's necessary to first setup logging properly in the plugins.