mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-12 17:45:51 -04:00
- Create log_plugin_message() to prevent plugin logs from spamming the core logs - Create ability to log to different logs or a base log if parameter is not specified. - Update README.md - Change BasePlugin::log() wrapper function to log to log_plugin_message() and add logTo() to log to a specific plugin log. - Add plugin logger service to keep the logger loaded. Signed-off-by: objec <objecttothis@gmail.com>