error-log.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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 Fri Apr 11 14:46:06 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>
  31. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  32. <html>
  33. <head>
  34. <title>Logback Log Messages</title>
  35. <style type="text/css">
  36. table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
  37. TR.even { background: #FFFFFF; }
  38. TR.odd { background: #EAEAEA; }
  39. TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
  40. TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
  41. TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
  42. TD.Thread { text-align: left; }
  43. TD.Level { text-align: right; }
  44. TD.Logger { text-align: left; }
  45. TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
  46. TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
  47. </style>
  48. </head>
  49. <body>
  50. <hr/>
  51. <p>Log session start time Fri Apr 11 14:46:45 CST 2025</p><p></p>
  52. <table cellspacing="0">
  53. <tr class="header">
  54. <td class="Level">Level</td>
  55. <td class="Date">Date</td>
  56. <td class="Message">Message</td>
  57. <td class="MethodOfCaller">MethodOfCaller</td>
  58. <td class="FileOfCaller">FileOfCaller</td>
  59. <td class="LineOfCaller">LineOfCaller</td>
  60. </tr>