mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +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
|
* ProcessWire 3.x, Copyright 2019 by Ryan Cramer
|
||||||
* https://processwire.com
|
* https://processwire.com
|
||||||
*
|
*
|
||||||
|
* @method string formatLogText($text, $logName = '')
|
||||||
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -492,7 +494,7 @@ class ProcessLogger extends Process {
|
|||||||
* @return string
|
* @return string
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected function formatLogText($text, $logName = '') {
|
protected function ___formatLogText($text, $logName = '') {
|
||||||
|
|
||||||
$config = $this->wire('config');
|
$config = $this->wire('config');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user