Download the PHP package imafaz/easylog without Composer
On this page you can find all versions of the php package imafaz/easylog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imafaz/easylog
More information about imafaz/easylog
Files in imafaz/easylog
Download imafaz/easylog
More information about imafaz/easylog
Files in imafaz/easylog
Vendor imafaz
Package easylog
Short Description lightweight logger library for PHP, which allows developers to easily log messages at different levels such as debug, info, warning, error, and fatal.
License MIT
Homepage https://github.com/imafaz/EasyLog
Package easylog
Short Description lightweight logger library for PHP, which allows developers to easily log messages at different levels such as debug, info, warning, error, and fatal.
License MIT
Homepage https://github.com/imafaz/EasyLog
Please rate this library. Is it a good library?
Informations about the package easylog
EasyLog
EasyLog is a PHP library designed for logging messages at different levels such as debug, info, warning, error, and fatal. It provides an easy-to-use interface for developers to manage log messages effectively.
- Features
- Requirements
- Installation
- Usage
- Example
- Available Methods
- License
Features
- Supports multiple log levels: debug, info, warning, error, and fatal.
- Option to print log messages to the screen.
- Customizable log file location.
Requirements
- PHP 7.0 or higher
Installation
You can install EasyLog using Composer. Run the following command in your terminal:
Usage
To use the EasyLog library, you need to create an instance of the Logger class. Below is an example of how to use it.
Example
Available Methods
Logger Class Methods
__construct(string $logFile, bool $printLog = false)
: Initializes the Logger with the specified log file and print option.debug(string $message)
: Logs a debug message.info(string $message)
: Logs an informational message.warning(string $message)
: Logs a warning message.error(string $message)
: Logs an error message.fatal(string $message)
: Logs a fatal error message and throws an exception.
License
This project is licensed under the MIT License. See the LICENSE file for details.
All versions of easylog with dependencies
PHP Build Version
Package Version
Requires
php-64bit Version
>=7.0
The package imafaz/easylog contains the following files
Loading the files please wait ....