jedi / logger
logger for web applications, to generate log with performance and elegance
dev-master
2022-05-13 11:15 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 07:47:15 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