1. Go to this page and download the library: Download mosetek/logger library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mosetek / logger example snippets
$logger = new Logger();
$logger = new Logger('some/path/', 'filename');
$logger = new Logger('some/path', 'filename', 'H:i:s');
$logger->getFilezise(); //Returns in megabytes
$logger->getFilezise('B'); //Returns in bytes
$logger->getFilezise('KB'); //Returns in kilobytes
$logger->getFilezise('GB'); //Returns in gigabytes
$logger->getFilesize('MB', 'path/to/file.txt');
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.