forked from Prabhakar-Naik/java-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.log
More file actions
14 lines (14 loc) · 710 Bytes
/
Copy pathapplication.log
File metadata and controls
14 lines (14 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
INFO: This is an INFO message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
WARNING: This is a WARNING message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
SEVERE: This is an ERROR message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
FINE: This is a FINE message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
FINER: This is a FINER message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
FINEST: This is a FINEST message.
May 15, 2025 5:47:38 PM com.springboot.core.basic.LoggerExample main
INFO: This is a INFO message.