https://github.com/ad5001/customlogger
Your PocketMine logger seems too old? Not any longer with CustomLogger !
https://github.com/ad5001/customlogger
Last synced: 3 months ago
JSON representation
Your PocketMine logger seems too old? Not any longer with CustomLogger !
- Host: GitHub
- URL: https://github.com/ad5001/customlogger
- Owner: Ad5001
- License: other
- Created: 2016-12-11T09:19:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T16:57:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T12:55:59.674Z (4 months ago)
- Language: PHP
- Homepage: https://git.ad5001.eu/Ad5001/CustomLogger
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This repository was moved to [git.ad5001.eu](https://git.ad5001.eu/Ad5001/CustomLogger)
# CustomLogger
CustomLogger is a styliser for PocketMine servers loggers.
Download the lastest version, drop it into your plugin folder, restart your server, and you will see your logger changed !
# Documentation:
To customize your logger, go in the config and modify the following things:
- LoggerLook for the printing messages.
- LoggerPrefix for the message you want to have just before entering your conmmand.
Replacements:
- {time} by the current H:i:s time showing
- {color} by the current prefix associated color. (§f for LoggerPrefix)
- {thread} by the thread name
- {color-(COLOR CODE)} (such as {color-b} for blue or {color-e} for yellow) by the color wanted.
- {prefix} by the prefix (could be "info", "warning", "notice"...) (only for LoggerLook)
- {prefixLower} by the prefix but lowercased (only for LoggerLook)
- {prefixUpper} by the prefix but uppercased (only for LoggerLook)
- {message} or {msg} by the message to print (only for LoggerLook)