+
+ | Trace |
+ Trace events are used for extremely fine-grained diagnostic information, which can be helpful for tracking down very specific issues or understanding the detailed flow of a program. |
+
+
+ | Debug |
+ Debug is used for internal system events that are not necessarily observable from the outside, but useful when determining how something happened. |
+
+
+ | Info |
+ Information events describe things happening in the system that correspond to its responsibilities and functions. |
+
+
+ | Warn |
+ When service is degraded, endangered, or maybe behaving outside its expected parameters, Warning-level events are used. |
+
+
+ | Error |
+ When functionality is unavailable or expectations are broken, an Error event is used. |
+
+
+ | Fatal |
+ The most critical level, Fatal events demand immediate attention. |
+
+
+