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? |
Answered by
Bungeefan
Oct 23, 2024
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. |
0 replies
Answer selected by
carloswm85
|
Ok. Understood. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.