class log_wrapper_migrator_output_handler implements migrator_output_handler_interface
Methods
__construct(language $language, migrator_output_handler_interface $migrator, string $log_file, filesystem_interface $filesystem)
Constructor |
||
write(string|array $message, int $verbosity)
Write output using the configured closure. |
Details
at line 51
public
__construct(language $language, migrator_output_handler_interface $migrator, string $log_file, filesystem_interface $filesystem)
Constructor
at line 79
public
write(string|array $message, int $verbosity)
Write output using the configured closure.