apply_filters( 'llms_log_message_string', string $message , string $handle )
Filter a log message before it’s written to the logger.
Description Description
This hook filters the log message in its final string format To filter the log message before string conversion, use llms_log_message
.
See also See also
Parameters Parameters
- $message
-
(string) Log message string.
- $handle
-
(string) Allow creation of multiple log files by handle.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |