rene-roscher/soft-logger

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple logger for many constructions

1.3 2020-11-19 20:20 UTC

This package is auto-updated.

Last update: 2023-06-21 18:47:36 UTC


README

Latest Version on Packagist Total Downloads

This package can you using for many constructions.

Installation

You can install the package via composer:

composer require rene-roscher/soft-logger

Usage

\RServices\SoftLogger\SoftLoggerFacade::log($content = 'content', $file = 'logger.log', $type = 'ERROR');

or using the helper function

__log($content = 'content', $file = 'logger.log', $type = 'ERROR');

Available helper functions:

  • __log()
  • __debug()
  • __info()
  • __error()
  • log_path()

Todo

  • Events

License

The MIT License (MIT). Please see License File for more information.