apply_filters( 'llms_log_message', mixed $message , string $handle )
Filter a log data before it’s written to the logger.
Description Description
This hook filters the log message in its raw format which may be a string, object, or array. To filter the final log message after string conversion, use llms_log_message_string
.
See also See also
Parameters Parameters
- $message
-
(mixed) Data to log.
- $handle
-
(string) Allow creation of multiple log files by handle.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |