error-log.html 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>Logback Log Messages</title>
  5. <style type="text/css">
  6. table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
  7. TR.even { background: #FFFFFF; }
  8. TR.odd { background: #EAEAEA; }
  9. TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
  10. TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
  11. TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
  12. TD.Thread { text-align: left; }
  13. TD.Level { text-align: right; }
  14. TD.Logger { text-align: left; }
  15. TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
  16. TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
  17. </style>
  18. </head>
  19. <body>
  20. <hr/>
  21. <p>Log session start time Thu Feb 13 13:59:15 CST 2025</p><p></p>
  22. <table cellspacing="0">
  23. <tr class="header">
  24. <td class="Level">Level</td>
  25. <td class="Date">Date</td>
  26. <td class="Message">Message</td>
  27. <td class="MethodOfCaller">MethodOfCaller</td>
  28. <td class="FileOfCaller">FileOfCaller</td>
  29. <td class="LineOfCaller">LineOfCaller</td>
  30. </tr>