Hello team
I see in the logging & profiling page that , the level logging is with this order :
1. info
2. debug
3.warn
4.error
5.fatal
but i ask the TRACE level it's number 6 or no ?
Thanks
Regards
Hello,
Where do you take these numbers?
The Trace level is lower than Debug. If I made numbers, I would do it the following way:
1. Trace
2. Debug
3. Info
4. Warn
5. Error
6. Fatal
When you set a logger to a certain level, only messages with the same or higher levels will be logged.
For example, if you set the INFO level, only Info, Warn, Error and Fatal log messages will be logged.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are most welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.