Свойство | Тип | Описание | |
---|---|---|---|
$file_paths | |||
$loggers | time it's instantiated. We do this by maintaining these class variables. |
Метод | Описание | |
---|---|---|
setLogFile ( string $path ) | Set the file path to log to - if not given, file name defaults to 'experiment_name.log'. This function should be called in the experiment setup() method so that the file path is set before the logger gets instantiated. |
Метод | Описание | |
---|---|---|
_configureLogger ( ) | Set up Monolog logger to write to file. _configureLogger() only gets called once in AbstractExperiment upon making an experiment assignment so the logger will only be initialized a single time when needed. |
protected _configureLogger ( ) |
public setLogFile ( string $path ) | ||
$path | string | file path to log to |