diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f2cc2f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 + +First release of LogLib \ No newline at end of file diff --git a/README.md b/README.md index a248b81..2edd795 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ NCC's capabilities for PHP. * [Table of Contents](#table-of-contents) * [Installation](#installation) * [Compiling from source](#compiling-from-source) + * [Usage](#usage) + * [Changelog](#changelog) + * [License](#license) @@ -54,3 +57,55 @@ or by running the following command: ```bash make release ``` + + +## Usage + +The usage of this library is very simple, there are +multiple error levels that can be used to log messages + +```php + Note: Log messages are only displayed if the program +is run from the command line, if you are running the +program from a web server, the log messages will be shown + + +## Changelog + +See [CHANGELOG.md](CHANGELOG.md) + +## License + +LogLib is licensed under the MIT license, see [LICENSE](LICENSE)