Documentation

DBG.php

Cloudrexx

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

Cloudrexx AG

This file is part of Cloudrexx.

Cloudrexx is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.

Cloudrexx 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
DBG_Log
DBG_LogStream
DBG_FileLogStream
DBG_CliLogStream

Constants

DBG_ADODB  = \DBG_ADODB_SELECT | \DBG_ADODB_CHANGE
DBG_ADODB_CHANGE  = 1 << 3
DBG_ADODB_ERROR  = 1 << 4
DBG_ADODB_SELECT  = 1 << 1
DBG_ADODB_TRACE  = 1 << 2
DBG_ALL  = \DBG_PHP | \DBG_DB | \DBG_DB_TRACE | \DBG_DB_ERROR | \DBG_DB_DUMP_ON_ERROR | \DBG_LOG_FILE | \DBG_LOG_MEMORY | \DBG_LOG | \DBG_PROFILE | \DBG_DEBUG
DBG_DB  = \DBG_DB_SELECT | \DBG_DB_CHANGE
DBG_DB_CHANGE  = \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE
DBG_DB_DUMP_ON_ERROR  = 1 << 10
DBG_DB_ERROR  = \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR
DBG_DB_SELECT  = \DBG_ADODB_SELECT | \DBG_DOCTRINE_SELECT
DBG_DB_TRACE  = \DBG_ADODB_TRACE | \DBG_DOCTRINE_TRACE
DBG_DEBUG  = 1 << 14
DBG_DOCTRINE  = \DBG_DOCTRINE_SELECT | \DBG_DOCTRINE_CHANGE
DBG_DOCTRINE_CHANGE  = 1 << 7
DBG_DOCTRINE_ERROR  = 1 << 8
DBG_DOCTRINE_SELECT  = 1 << 5
DBG_DOCTRINE_TRACE  = 1 << 6
DBG_LOG  = 1 << 12
DBG_LOG_FILE  = 1 << 9
DBG_LOG_MEMORY  = 1 << 11
DBG_NONE  = 0
Cloudrexx
DBG_PHP  = 1 << 0
DBG_PROFILE  = 1 << 13
DBG_PROFILE_FORCE  = 1 << 16
DBG_PROFILE_OFF  = 1 << 15
DBG_PROFILE_ON  = \DBG_PROFILE

Constants

DBG_ADODB

public mixed DBG_ADODB = \DBG_ADODB_SELECT | \DBG_ADODB_CHANGE

DBG_ADODB_CHANGE

public mixed DBG_ADODB_CHANGE = 1 << 3

DBG_ADODB_ERROR

public mixed DBG_ADODB_ERROR = 1 << 4

DBG_ADODB_SELECT

public mixed DBG_ADODB_SELECT = 1 << 1

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_DUMP_ON_ERROR | \DBG_LOG_FILE | \DBG_LOG_MEMORY | \DBG_LOG | \DBG_PROFILE | \DBG_DEBUG

DBG_DB

public mixed DBG_DB = \DBG_DB_SELECT | \DBG_DB_CHANGE

DBG_DB_CHANGE

public mixed DBG_DB_CHANGE = \DBG_ADODB_CHANGE | \DBG_DOCTRINE_CHANGE

DBG_DB_DUMP_ON_ERROR

public mixed DBG_DB_DUMP_ON_ERROR = 1 << 10

DBG_DB_ERROR

public mixed DBG_DB_ERROR = \DBG_ADODB_ERROR | \DBG_DOCTRINE_ERROR

DBG_DB_SELECT

public mixed DBG_DB_SELECT = \DBG_ADODB_SELECT | \DBG_DOCTRINE_SELECT

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 = \DBG_DOCTRINE_SELECT | \DBG_DOCTRINE_CHANGE

DBG_DOCTRINE_CHANGE

public mixed DBG_DOCTRINE_CHANGE = 1 << 7

DBG_DOCTRINE_ERROR

public mixed DBG_DOCTRINE_ERROR = 1 << 8

DBG_DOCTRINE_SELECT

public mixed DBG_DOCTRINE_SELECT = 1 << 5

DBG_DOCTRINE_TRACE

public mixed DBG_DOCTRINE_TRACE = 1 << 6

DBG_LOG

public mixed DBG_LOG = 1 << 12

DBG_LOG_FILE

public mixed DBG_LOG_FILE = 1 << 9

DBG_LOG_MEMORY

public mixed DBG_LOG_MEMORY = 1 << 11

DBG_NONE

Cloudrexx

public mixed DBG_NONE = 0
Tags
link
https://www.cloudrexx.com
copyright

Cloudrexx AG

This file is part of Cloudrexx.

Cloudrexx is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.

Cloudrexx 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.

DBG_PHP

public mixed DBG_PHP = 1 << 0

DBG_PROFILE

public mixed DBG_PROFILE = 1 << 13

DBG_PROFILE_FORCE

public mixed DBG_PROFILE_FORCE = 1 << 16

DBG_PROFILE_OFF

public mixed DBG_PROFILE_OFF = 1 << 15

DBG_PROFILE_ON

public mixed DBG_PROFILE_ON = \DBG_PROFILE

        
On this page

Search results