Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

DavidViolet18/DatabaseLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseLogger plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require Dadoudidou/DatabaseLogger

'Log' => [ 'all' => [ 'className' => 'DatabaseLogger\Log\Engine\DatabaseLog', 'levels' => ['notice', 'info', 'debug', 'warning', 'error', 'critical', 'alert', 'emergency'] ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages