We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Generates a machine readable log. Use WdfTracer to read these files. https://github.com/ScavixSoftware/WebFramework/tree/master/tools In fact writes a JSON encoded object per line that contains full tracing information.
Extends: Logger
Writes a log entry.
Definition: public function write($severity=false, $log_trace=false, $args)
public function write($severity=false, $log_trace=false, $args)
Returns: void
void
Parameters:
string $severity Severity
string $severity
bool $log_trace Ignored, will log trace always
bool $log_trace
mixed $args Data to be logged
mixed $args