Updated README.md

This commit is contained in:
Netkas 2023-01-29 21:52:23 -05:00
parent 9cf4917657
commit 2a35531e9a

View file

@ -67,8 +67,12 @@ multiple error levels that can be used to log messages
```php
<?php
require 'ncc';
import('net.nosial.loglib');
use Nosial\Libs\Log;
Log::info("This is an info message");
Log::warning("This is a warning message");
Log::error("This is an error message");