Looking to hire Laravel developers? Try LaraJobs

logger-laravel maintained by zabara_industry

Description
test logger
Author
Last update
2023/10/30 17:33 (dev-main)
License
Downloads
7
Tags

Comments
comments powered by Disqus

Install component.

composer require zabara_industry/logger

add to .env

LeomaxLOGGER=file

  • file
  • database
  • ftp

Your file name

  • log.txt

You have method:

  • log()

Examples:

use Leomax\Logger\Logger

Log::error('your text or array');

If you need check your instance use

Logger::getInstance();