You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ The API is very simple. Supported log levels are
80
80
* `TRACE`
81
81
* `WARNING`
82
82
83
+
> [!Note]
84
+
> These levels may not map exactly to the levels of your logging back-end. They are taken from `java.util.logging`. They get remapped to the most appropriate level your back-end supports.
0 commit comments