This commit is contained in:
parent
ab0ac45415
commit
9196bf07a7
5 changed files with 8 additions and 10 deletions
|
|
@ -212,7 +212,7 @@ Key differences from the web entry point:
|
|||
|
||||
### Logging
|
||||
|
||||
The `Log` class (`utils/Log.class.php`) writes timestamped messages to a session folder. It is used by `ImgSearch` (controlled by the `ZAP_LOG` constant in `conf/conf.php`). Each log call appends to both `log.txt` (plain text) and `log.xml` (XML-friendly) in the session's output directory.
|
||||
The `Log` class (`utils/Log.class.php`) writes timestamped messages to a session folder. It is used by `ImgSearch` (controlled by the `ZAP_LOG` constant in `conf/conf.php`). Each log call appends to both `log.txt` (plain text) and `log.html` (HTML-friendly) in the session's output directory.
|
||||
|
||||
```php
|
||||
if (ZAP_LOG == true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue