Documentation

DBG.php

Cloudrexx

Tags
link
http://www.cloudrexx.com
copyright

Cloudrexx AG 2007-2015

According to our dual licensing model, this program can be used either under the terms of the GNU Affero General Public License, version 3, or under a proprietary license.

The texts of the GNU Affero General Public License with an additional permission and of our proprietary license can be found at and in the LICENSE file you have received along with this program.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

"Cloudrexx" is a registered trademark of Cloudrexx AG. The licensing of the program under the AGPLv3 does not imply a trademark license. Therefore any rights, title and interest in our trademarks remain entirely with us.

Table of Contents

Classes

DBG
Debugging

Constants

ADODB_OUTP  = 'DBG_log_adodb'
DBG_ADODB  = 1 << 1
DBG_ADODB_CHANGE  = 1 << 3
DBG_ADODB_ERROR  = 1 << 4
DBG_ADODB_TRACE  = 1 << 2
DBG_ALL  = \DBG_PHP | \DBG_DB | \DBG_DB_TRACE | \DBG_DB_ERROR | \DBG_DB_CHANGE | \DBG_LOG_FILE | \DBG_LOG_FIREPHP | \DBG_LOG_MEMORY | \DBG_LOG | \DBG_PROFILE | \DBG_DEBUG
DBG_DB  = \DBG_ADODB | \DBG_DOCTRINE
DBG_DB_CHANGE  = \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE
DBG_DB_ERROR  = \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR
DBG_DB_FIREPHP  = \DBG_PHP | \DBG_DB | \DBG_LOG_FIREPHP
DBG_DB_TRACE  = \DBG_ADODB_TRACE | \DBG_DOCTRINE_TRACE
DBG_DEBUG  = 1 << 14
DBG_DOCTRINE  = 1 << 5
DBG_DOCTRINE_CHANGE  = 1 << 7
DBG_DOCTRINE_ERROR  = 1 << 8
DBG_DOCTRINE_TRACE  = 1 << 6
DBG_ERROR_FIREPHP  = \DBG_PHP | \DBG_DB_ERROR | \DBG_LOG_FIREPHP
DBG_LOG  = 1 << 12
DBG_LOG_FILE  = 1 << 9
DBG_LOG_FIREPHP  = 1 << 10
DBG_LOG_MEMORY  = 1 << 11
DBG_NONE  = 0
Debugging
DBG_PHP  = 1 << 0
DBG_PROFILE  = 1 << 13

Functions

DBG_log_adodb()  : mixed

Constants

ADODB_OUTP

public mixed ADODB_OUTP = 'DBG_log_adodb'

DBG_ADODB

public mixed DBG_ADODB = 1 << 1

DBG_ADODB_CHANGE

public mixed DBG_ADODB_CHANGE = 1 << 3

DBG_ADODB_ERROR

public mixed DBG_ADODB_ERROR = 1 << 4

DBG_ADODB_TRACE

public mixed DBG_ADODB_TRACE = 1 << 2

DBG_ALL

public mixed DBG_ALL = \DBG_PHP | \DBG_DB | \DBG_DB_TRACE | \DBG_DB_ERROR | \DBG_DB_CHANGE | \DBG_LOG_FILE | \DBG_LOG_FIREPHP | \DBG_LOG_MEMORY | \DBG_LOG | \DBG_PROFILE | \DBG_DEBUG

DBG_DB

public mixed DBG_DB = \DBG_ADODB | \DBG_DOCTRINE

DBG_DB_CHANGE

public mixed DBG_DB_CHANGE = \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE

DBG_DB_ERROR

public mixed DBG_DB_ERROR = \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR

DBG_DB_FIREPHP

public mixed DBG_DB_FIREPHP = \DBG_PHP | \DBG_DB | \DBG_LOG_FIREPHP

DBG_DB_TRACE

public mixed DBG_DB_TRACE = \DBG_ADODB_TRACE | \DBG_DOCTRINE_TRACE

DBG_DEBUG

public mixed DBG_DEBUG = 1 << 14

DBG_DOCTRINE

public mixed DBG_DOCTRINE = 1 << 5

DBG_DOCTRINE_CHANGE

public mixed DBG_DOCTRINE_CHANGE = 1 << 7

DBG_DOCTRINE_ERROR

public mixed DBG_DOCTRINE_ERROR = 1 << 8

DBG_DOCTRINE_TRACE

public mixed DBG_DOCTRINE_TRACE = 1 << 6

DBG_ERROR_FIREPHP

public mixed DBG_ERROR_FIREPHP = \DBG_PHP | \DBG_DB_ERROR | \DBG_LOG_FIREPHP

DBG_LOG

public mixed DBG_LOG = 1 << 12

DBG_LOG_FILE

public mixed DBG_LOG_FILE = 1 << 9

DBG_LOG_FIREPHP

public mixed DBG_LOG_FIREPHP = 1 << 10

DBG_LOG_MEMORY

public mixed DBG_LOG_MEMORY = 1 << 11

DBG_NONE

Debugging

public mixed DBG_NONE = 0
Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

David Vogt david.vogt@comvation.com

version
3.0.0
since
2.1.3
subpackage

lib_dbg

DBG_PHP

public mixed DBG_PHP = 1 << 0

DBG_PROFILE

public mixed DBG_PROFILE = 1 << 13

Functions

DBG_log_adodb()

DBG_log_adodb(mixed $msg) : mixed
Parameters
$msg : mixed

        
On this page

Search results