Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
Restore support for tool_log logstore subplugins.
Copyright: | 2015 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 157 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_tool_log_logstore_subplugin:: (1 method):
process_log()
not:: (0 methods):
not:: (0 methods):
Class: restore_tool_log_logstore_subplugin - X-Ref
Parent class of all the logstore subplugin implementations.process_log($data, bool $jsonformat = false) X-Ref |
Process log entries. This method proceeds to read, complete, remap and, finally, discard or save every log entry. param: array $data log entry. param: bool $jsonformat If true, uses JSON format for the 'other' field return: object|null $dataobject A data object with values for one or more fields in the record, |