log_wrapper_migrator_output_handler
class log_wrapper_migrator_output_handler implements migrator_output_handler_interface
Properties
protected language | $language | Language object. |
|
protected migrator_output_handler_interface | $migrator | A migrator output handler |
|
protected resource | $file_handle | Log file handle |
|
protected filesystem_interface | $filesystem |
Methods
__construct(language $language, migrator_output_handler_interface $migrator, string $log_file, filesystem_interface $filesystem)
Constructor
file_open(string $file)
Open file for logging
write(string|array $message, int $verbosity)
Write output using the configured closure.
Details
at line 51
__construct(language $language, migrator_output_handler_interface $migrator, string $log_file, filesystem_interface $filesystem)
Constructor
at line 64
protected
file_open(string $file)
Open file for logging
at line 79
write(string|array $message, int $verbosity)
Write output using the configured closure.