1.1.5 2023-10-27 08:40 UTC

This package is not auto-updated.

Last update: 2024-04-26 11:40:51 UTC


README

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();