2017 © Pedro Peláez
 

silverstripe-module silverstripe-db-log

Adds a database logger and log-search/filtering in the backend.

image

jreuteler/silverstripe-db-log

Adds a database logger and log-search/filtering in the backend.

  • Thursday, February 9, 2017
  • by jreuteler
  • Repository
  • 0 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

DbLog

Silverstripe module that allows easy logging to database with backend-filtering for certain methods/messages etc., (*1)

Code examples:, (*2)

  DBLogger::log($data, __METHOD__, SS_LOG_GENERAL);

  DBLogger::log('Invalid parameter given', __METHOD__, SS_LOG_ERROR);

  DBLogger::log('User tried to access prohibited content', __METHOD__, SS_LOG_ACCESS);

Logging categories:, (*3)

  • SS_LOG_ERROR
  • SS_LOG_ACCESS
  • SS_LOG_GENERAL
  • SS_LOG_FILES
  • SS_LOG_CONFIGURATION

The Versions

09/02 2017

dev-master

9999999-dev https://github.com/jreuteler/DbLog

Adds a database logger and log-search/filtering in the backend.

  Sources   Download

BSD-3-Clause

by Jan Reuteler

database logger log silverstripe db

09/02 2017

dev-dev

dev-dev https://github.com/jreuteler/DbLog

Adds a database logger and log-search/filtering in the backend.

  Sources   Download

BSD-3-Clause

by Jan Reuteler

database logger log silverstripe db

09/02 2017

v1.0.0

1.0.0.0 https://github.com/jreuteler/DbLog

Adds a database logger and log-search/filtering in the backend.

  Sources   Download

BSD-3-Clause

by Jan Reuteler

database logger log silverstripe db

03/12 2016

1.0.1-alpha

1.0.1.0-alpha https://github.com/jreuteler/DbLog

Adds a database logger and log-search/filtering in the backend.

  Sources   Download

BSD-3-Clause

by Jan Reuteler

database logger log silverstripe db