jedi / logger
logger for web applications, to generate log with performance and elegance
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jedi/logger
This package is not auto-updated.
Last update: 2025-12-21 03:47:53 UTC
README
logger for web applications, to generate log with performance and elegance
Usage:
require_once 'vendor/autoload.php';
$logger = new Jedi\Logger;
$logger->setDriver('your_path_file_log');
$logger->log('User changed passoword');
To see, go to file driver or use this command
$logger->get()
this command will get the last log
Your can modify the command get like this:
$logger->get('00:38:31')
this command will get the log on this hour