mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 07:47:00 +02:00
Make ProcessLogger::formatLogText hookable (requested by @netcarver)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
* ProcessWire 3.x, Copyright 2019 by Ryan Cramer
|
||||
* https://processwire.com
|
||||
*
|
||||
* @method string formatLogText($text, $logName = '')
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -492,7 +494,7 @@ class ProcessLogger extends Process {
|
||||
* @return string
|
||||
*
|
||||
*/
|
||||
protected function formatLogText($text, $logName = '') {
|
||||
protected function ___formatLogText($text, $logName = '') {
|
||||
|
||||
$config = $this->wire('config');
|
||||
|
||||
|
Reference in New Issue
Block a user