Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
b24636c1
Commit
b24636c1
authored
Mar 22, 2014
by
东方孤思子(Paris·QianSen)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update logging.md
parent
d79febfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
logging.md
docs/guide/logging.md
+2
-2
No files found.
docs/guide/logging.md
View file @
b24636c1
Logging
=======
Yii provides flexible and extensible logger that is able to handle messages according to se
r
verity level or their type.
Yii provides flexible and extensible logger that is able to handle messages according to severity level or their type.
You may filter messages by multiple criteria and forward them to files, email, debugger etc.
Logging basics
...
...
@@ -26,7 +26,7 @@ There are multiple severity levels and corresponding methods available:
-
[
[Yii::trace
]
] used maily for development purpose to indicate workflow of some code. Note that it only works in
development mode when
`YII_DEBUG`
is set to
`true`
.
-
[
[Yii::error
]
] used when there's unrecoverable error.
-
[
[Yii::warning
]
] used when an error occured but execution can be continued.
-
[
[Yii::warning
]
] used when an error occur
r
ed but execution can be continued.
-
[
[Yii::info
]
] used to keep record of important events such as administrator logins.
Log targets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment