Minecraft LoggerManager mod 2026 download
logo
minecraft mod LoggerManager

LoggerManager

Game Version: CB 1.2.5-R4.0
Total Downloads: 2,629
Updated: Jun 20, 2012
Created: Mar 2, 2012
Download LoggerManagerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.0.8 release 6.94 KB Jun 20, 2012 CB 1.2.5-R4.0 1,008 download LoggerManager 1.0.8 releaseDownload
1.0.7 release 6.86 KB Mar 10, 2012 CB 1.2.3-R0.1 839 download LoggerManager 1.0.7 releaseDownload
1.0.6 release 6.43 KB Mar 2, 2012 CB 1.1-R6 782 download LoggerManager 1.0.6 releaseDownload

Description

Share this:

For the latest information, source code, and to report issues, please visit the Github repo.

LoggerManager

For plugins that log messages to the console and the server.log using an instance of Logger (e.g. the PluginLogger via plugin.getLogger()), you can use LoggerManager to fine-tune which levels of messages come through. You can even reload the config on the fly and have the changed filters immediately applied to the log output.

Configuration

Below is an example config.yml. Type log reload from the console or /log reload in-game to reload the config and immediately apply new logging level filters.

default.level: INFO # default logging level

test: false # set to true to test log levels

prefix: false # set to true to prefix all log messages with their logger name

loggers:

 - name: com.minecarts.loggermanager.LoggerManager

   level: ALL

 - name: com.minecarts.dbpermissions.DBPermissions

   level: WARNING

 - name: com.realmdata.metrics.Events

   level: WARNING

   prefix: "RealmDataMetrics> "

Comments

Add a comment