Skip to content

Integrates the Monolog Package into CI by overwriting the CI_Log class

License

Notifications You must be signed in to change notification settings

pfote/Codeigniter-Monolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter-Monolog

Integrates the Monolog Package (https://github.com/Seldaek/monolog) into CI by overwriting the CI_Log class.

For now, logging into a File, Syslog, Raven and into a Graylog Server (GELF) is supported.

Installation

  • Download Monolog using Composer into your Codeigniter root
  • add to your index.php Composers autoload: include_once './vendor/autoload.php';
  • copy over the relevant files
  • have fun

License

Codeigniter-Monolog is licensed under the MIT License - see the LICENSE file for details

About

Integrates the Monolog Package into CI by overwriting the CI_Log class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages