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


Top ↑

Parameters Parameters

$message

(mixed) Data to log.

$handle

(string) Allow creation of multiple log files by handle.


Top ↑

Source Source

File: includes/functions/llms.functions.log.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.