123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>Logback Log Messages</title>
- <style type="text/css">
- table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
- TR.even { background: #FFFFFF; }
- TR.odd { background: #EAEAEA; }
- TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
- TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
- TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
- TD.Thread { text-align: left; }
- TD.Level { text-align: right; }
- TD.Logger { text-align: left; }
- TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
- TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
- </style>
- </head>
- <body>
- <hr/>
- <p>Log session start time Fri Apr 11 14:46:06 CST 2025</p><p></p>
- <table cellspacing="0">
- <tr class="header">
- <td class="Level">Level</td>
- <td class="Date">Date</td>
- <td class="Message">Message</td>
- <td class="MethodOfCaller">MethodOfCaller</td>
- <td class="FileOfCaller">FileOfCaller</td>
- <td class="LineOfCaller">LineOfCaller</td>
- </tr>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <title>Logback Log Messages</title>
- <style type="text/css">
- table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
- TR.even { background: #FFFFFF; }
- TR.odd { background: #EAEAEA; }
- TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
- TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
- TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
- TD.Thread { text-align: left; }
- TD.Level { text-align: right; }
- TD.Logger { text-align: left; }
- TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
- TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
- </style>
- </head>
- <body>
- <hr/>
- <p>Log session start time Fri Apr 11 14:46:45 CST 2025</p><p></p>
- <table cellspacing="0">
- <tr class="header">
- <td class="Level">Level</td>
- <td class="Date">Date</td>
- <td class="Message">Message</td>
- <td class="MethodOfCaller">MethodOfCaller</td>
- <td class="FileOfCaller">FileOfCaller</td>
- <td class="LineOfCaller">LineOfCaller</td>
- </tr>
|