ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (SimpleSAML_Configuration $config) | |
Initialize the output. More... | |
emit (array $data) | |
Write a stats event. More... | |
__construct (SimpleSAML_Configuration $config) | |
Initialize the output. More... | |
emit (array $data) | |
Write a stats event. More... | |
Private Member Functions | |
openLog ($date) | |
Open a log file. More... | |
Private Attributes | |
$logDir | |
$file = NULL | |
$fileDate = NULL | |
sspmod_core_Stats_Output_File::__construct | ( | SimpleSAML_Configuration | $config | ) |
Initialize the output.
SimpleSAML_Configuration | $config | The configuration for this output. |
Reimplemented from SimpleSAML_Stats_Output.
Definition at line 35 of file File.php.
References $config.
sspmod_core_Stats_Output_File::emit | ( | array | $data | ) |
Write a stats event.
array | $data | The event. |
Reimplemented from SimpleSAML_Stats_Output.
Definition at line 79 of file File.php.
References $data, $time, $timestamp, openLog(), and sprintf.
|
private |
Open a log file.
string | $date | The date for the log file. |
Definition at line 53 of file File.php.
Referenced by emit().