PHP Class sspmod_core_Stats_Output_Log, simplesamlphp

Inheritance: extends SimpleSAML_Stats_Output
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
__construct ( SimpleSAML_Configuration $config ) Initialize the output.
emit ( array $data ) Write a stats event.

Method Details

__construct() public method

Initialize the output.
public __construct ( SimpleSAML_Configuration $config )
$config SimpleSAML_Configuration The configuration for this output.

emit() public method

Write a stats event.
public emit ( array $data )
$data array The event (as a JSON string).