37 $this->
logger = $DIC->logger()->mcst();
62 $this->
logger->debug(
"Zip $tmpdir into " . $tmpdir .
'.zip');
70 $zip_file_name->setValue($tmpdir .
'.zip');
72 $this->
logger->debug(
"Returning " . $tmpdir .
'.zip');
74 return $zip_file_name;
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static delDir(string $a_dir, bool $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
static zip(string $a_dir, string $a_file, bool $compress_content=false)
zips given directory/file into given zip.file
Component logger with individual log levels by component id.