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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
2a7e324a
Commit
2a7e324a
authored
Mar 22, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2849 from qiansen1386/patch-6
typo fix in logging.md
parents
d79febfd
b24636c1
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 @
2a7e324a
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