 CakePHP Cookbook 2.x
Debugging stackTrace(array $options = array()) If the application’s DEBUG level is non-zero, the stack trace is printed out. env(string $key) Gets an environment variable from available sources. Used as a including anonymous functions. level - int - The level of errors you are interested in capturing. trace - boolean - Include stack traces for errors in log files. Exception Configure the Exception handler ', array( 'handler' => 'ErrorHandler::handleError', 'level' => E_ALL & ~E_DEPRECATED, 'trace' => true )); You have 5 built-in options when configuring error handlers: handler - callback -0 码力 | 1096 页 | 958.62 KB | 1 年前3 CakePHP Cookbook 2.x
Debugging stackTrace(array $options = array()) If the application’s DEBUG level is non-zero, the stack trace is printed out. env(string $key) Gets an environment variable from available sources. Used as a including anonymous functions. level - int - The level of errors you are interested in capturing. trace - boolean - Include stack traces for errors in log files. Exception Configure the Exception handler ', array( 'handler' => 'ErrorHandler::handleError', 'level' => E_ALL & ~E_DEPRECATED, 'trace' => true )); You have 5 built-in options when configuring error handlers: handler - callback -0 码力 | 1096 页 | 958.62 KB | 1 年前3
 CakePHP Cookbook 2.x
Debugging stackTrace(array $options = array()) If the application’s DEBUG level is non-zero, the stack trace is printed out. env(string $key) Gets an environment variable from available sources. Used as a including anony- mous functions. • level - int - The level of errors you are interested in capturing. • trace - boolean - Include stack traces for errors in log files. Exception Configure the Exception handler Configure::write('Error', array( 'handler' => 'ErrorHandler::handleError', 'level' => E_ALL & ~E_DEPRECATED, 'trace' => true )); You have 5 built-in options when configuring error handlers: • handler - callback0 码力 | 820 页 | 2.52 MB | 1 年前3 CakePHP Cookbook 2.x
Debugging stackTrace(array $options = array()) If the application’s DEBUG level is non-zero, the stack trace is printed out. env(string $key) Gets an environment variable from available sources. Used as a including anony- mous functions. • level - int - The level of errors you are interested in capturing. • trace - boolean - Include stack traces for errors in log files. Exception Configure the Exception handler Configure::write('Error', array( 'handler' => 'ErrorHandler::handleError', 'level' => E_ALL & ~E_DEPRECATED, 'trace' => true )); You have 5 built-in options when configuring error handlers: • handler - callback0 码力 | 820 页 | 2.52 MB | 1 年前3
 CakePHP Cookbook Documentation 5.xDebugger::dump Masking Data Logging With Stack Traces Debugger::log Generating Stack Traces Debugger::trace Getting an Excerpt From a File Debugger::excerpt Debugger::getType Editor Integration Using Logging stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh [https://psysh.org/] installed you Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump()0 码力 | 1080 页 | 939.39 KB | 1 年前3 CakePHP Cookbook Documentation 5.xDebugger::dump Masking Data Logging With Stack Traces Debugger::log Generating Stack Traces Debugger::trace Getting an Excerpt From a File Debugger::excerpt Debugger::getType Editor Integration Using Logging stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh [https://psysh.org/] installed you Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump()0 码力 | 1080 页 | 939.39 KB | 1 年前3
 CakePHP Cookbook Documentation 5.xstackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh136 installed you can use this function Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 848 页 | 2.53 MB | 1 年前3 CakePHP Cookbook Documentation 5.xstackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh136 installed you can use this function Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 848 页 | 2.53 MB | 1 年前3
 CakePHP Cookbook 4.x
Debugger::dump Masking Data Logging With Stack Traces Debugger::log Generating Stack Traces Debugger::trace Getting an Excerpt From a File Debugger::excerpt Debugger::getType Editor Integration Using Logging stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh [https://psysh.org/] installed you Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump()0 码力 | 1249 页 | 1.04 MB | 1 年前3 CakePHP Cookbook 4.x
Debugger::dump Masking Data Logging With Stack Traces Debugger::log Generating Stack Traces Debugger::trace Getting an Excerpt From a File Debugger::excerpt Debugger::getType Editor Integration Using Logging stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh [https://psysh.org/] installed you Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump()0 码力 | 1249 页 | 1.04 MB | 1 年前3
 CakePHP Cookbook 3.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() New in version 3.1. 691 CakePHP Cookbook Documentation Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 967 页 | 2.80 MB | 1 年前3 CakePHP Cookbook 3.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() New in version 3.1. 691 CakePHP Cookbook Documentation Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 967 页 | 2.80 MB | 1 年前3
 CakePHP Cookbook 4.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh150 installed you can use this function Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 967 页 | 2.88 MB | 1 年前3 CakePHP Cookbook 4.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() If you have Psysh150 installed you can use this function Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 967 页 | 2.88 MB | 1 年前3
 The Definitive Guide to Yii 1.0
on i s i n d e b u g m od e . Yii::log($message, $level, $category); 7. 4 L oggi n g 125 Yii::trace($message, $category); W h e n l oggi n g a m e s s age , w e n e e d t o s p e c i f y i t s c at web.CController. M e s s age l e v e l s h ou l d b e on e of t h e f ol l ow i n g v al u e s : • trace: t h i s i s t h e l e v e l u s e d b y Yi i : : t r ac e . I t i s f or t r ac i n g t h e e x e ’log’=>array( ’class’=>’CLogRouter’, ’routes’=>array( array( ’class’=>’CFileLogRoute’, ’levels’=>’trace, info’, ’categories’=>’system.*’, 126 7 . S p e c i a l T o p i c s ), array( ’class’=>’CEmailLogRoute’0 码力 | 164 页 | 1002.30 KB | 1 年前3 The Definitive Guide to Yii 1.0
on i s i n d e b u g m od e . Yii::log($message, $level, $category); 7. 4 L oggi n g 125 Yii::trace($message, $category); W h e n l oggi n g a m e s s age , w e n e e d t o s p e c i f y i t s c at web.CController. M e s s age l e v e l s h ou l d b e on e of t h e f ol l ow i n g v al u e s : • trace: t h i s i s t h e l e v e l u s e d b y Yi i : : t r ac e . I t i s f or t r ac i n g t h e e x e ’log’=>array( ’class’=>’CLogRouter’, ’routes’=>array( array( ’class’=>’CFileLogRoute’, ’levels’=>’trace, info’, ’categories’=>’system.*’, 126 7 . S p e c i a l T o p i c s ), array( ’class’=>’CEmailLogRoute’0 码力 | 164 页 | 1002.30 KB | 1 年前3
 CakePHP Cookbook 3.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() New in version 3.1. If you have Psysh [https://psysh Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 1244 页 | 1.05 MB | 1 年前3 CakePHP Cookbook 3.x
stackTrace() The stackTrace() function is available globally, and allows you to output a stack trace wherever the function is called. breakpoint() New in version 3.1. If you have Psysh [https://psysh Stack Traces static Cake\Error\Debugger::log($var, $level = 7, $depth = 3) Creates a detailed stack trace log at the time of invocation. The log() method prints out data similar to that done by Debugger::dump() correctly. Generating Stack Traces static Cake\Error\Debugger::trace($options) Returns the current stack trace. Each line of the trace includes the calling method, including which file and line the call0 码力 | 1244 页 | 1.05 MB | 1 年前3
 The Definitive Guide to Yii 1.1
t h e ap p l i c at i on i s i n d e b u g m od e . Yii::log($message, $level, $category); Yii::trace($message, $category); W h e n l oggi n g a m e s s age , w e n e e d t o s p e c i f y i t s c at web.CController. M e s s age l e v e l s h ou l d b e on e of t h e f ol l ow i n g v al u e s : • trace: t h i s i s t h e l e v e l u s e d b y Yi i : : t r ac e . I t i s f or t r ac i n g t h e e x e ’log’=>array( ’class’=>’CLogRouter’, ’routes’=>array( array( ’class’=>’CFileLogRoute’, ’levels’=>’trace, info’, ’categories’=>’system.*’, ), array( ’class’=>’CEmailLogRoute’, ’levels’=>’error, warning’0 码力 | 184 页 | 1.05 MB | 1 年前3 The Definitive Guide to Yii 1.1
t h e ap p l i c at i on i s i n d e b u g m od e . Yii::log($message, $level, $category); Yii::trace($message, $category); W h e n l oggi n g a m e s s age , w e n e e d t o s p e c i f y i t s c at web.CController. M e s s age l e v e l s h ou l d b e on e of t h e f ol l ow i n g v al u e s : • trace: t h i s i s t h e l e v e l u s e d b y Yi i : : t r ac e . I t i s f or t r ac i n g t h e e x e ’log’=>array( ’class’=>’CLogRouter’, ’routes’=>array( array( ’class’=>’CFileLogRoute’, ’levels’=>’trace, info’, ’categories’=>’system.*’, ), array( ’class’=>’CEmailLogRoute’, ’levels’=>’error, warning’0 码力 | 184 页 | 1.05 MB | 1 年前3
共 53 条
- 1
- 2
- 3
- 4
- 5
- 6














