$logPath
$logPath : string
path to log file. If it is publicly accessible
logs monitoring information, and makes it possible to toggle logging and retrieve the data via the AmfphpMonitorService.
If the log file is not writable or its size is superior to maxLogFileSize, logging shall fail silently. This is designed to avoid errors being generated when a developer forgets to turn off monitoring, and to allow the plugin to be enabled by default
The log file is by default at [AmfphpMonitor plugin folder]/log.txt.php To change this set 'logPath' in the config.
note: Logging multiple times with the same name is not possible!
filterDeserializedRequest(mixed $deserializedRequest)
logs the time for end of deserialization, as well as grabs the target uris(service + method) as each request has its own format, the code here must handle all deserialized request structures.
if case not handled just don't set target uris, as data can still be useful even without them.
mixed | $deserializedRequest |