Understanding different log levels #82
-
https://pub.dev/documentation/logger/latest/logger/Level.html As far as I know, some log levels have more hierarchy than other, so when filtering them out, some will pass while other will not. In the case of your logger, what's that hierarchy? Do I make the filtering only by using the LogFilter class? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, I am not quite sure what you mean by that. As you can see, each LogLevel has a number assigned, and that gives it its position/priority in the default filters.
Yes, that would be the plan. |
Beta Was this translation helpful? Give feedback.
-
Ok. Understood. |
Beta Was this translation helpful? Give feedback.
Hi, I am not quite sure what you mean by that. As you can see, each LogLevel has a number assigned, and that gives it its position/priority in the default filters.
Yes, that would be the plan.