Commit 81f4bb5b by irul

update example

1 parent f1aeb50c
......@@ -7,5 +7,5 @@ require_once 'Logger.php';
/* Define log path and log filename */
$logger = Logger::get_logger('./logs', 'my-log');
$logger->log("set log path and filename");
$logger->log("normal log message");
$logger->log("log with addtional arguments: %s, %s", "msg1", "msg2");
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!