-
Notifications
You must be signed in to change notification settings - Fork 39
doc about loggin utilities #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,144 @@ | ||||||
| Logging Systems and history | ||||||
|
||||||
| Logging Systems and history | |
| Logging Systems and History |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'uncactched' to 'uncaught' and 'depend' to 'depends'.
| Throwing an uncactched exception will write contents php-errors.log file. What is logged depend on configuration (see below). | |
| Throwing an uncaught exception will write contents of the php-errors.log file. What is logged depends on configuration (see below). |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'happend' to 'happened'.
| Toolbox::logDebug("Something wrong happend : " . $e->getMessage()); | |
| Toolbox::logDebug("Something wrong happened : " . $e->getMessage()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename and reference 'loggin' should be 'logging' (correct spelling).