Class WebLogViewer

  • All Implemented Interfaces:
    pro.fessional.wings.slardar.monitor.WarnFilter

    @RestController()@ConditionalWingsEnabled(abs = LogConf.Key$enable) 
    public class WebLogViewer
    extends LogViewer
                        
    Since:

    2021-07-20

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final LogConf conf
    • Constructor Summary

      Constructors 
      Constructor Description
      WebLogViewer(SlardarMonitorProp prop)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void view(@RequestParam(value = "id") String id, HttpServletResponse res)
      • Methods inherited from class pro.fessional.wings.slardar.monitor.viewer.LogViewer

        filter, getConf, view
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebLogViewer

        WebLogViewer(SlardarMonitorProp prop)
    • Method Detail

      • view

        @GetMapping(value = "${" + LogConf.Key$mapping + "}") void view(@RequestParam(value = "id") String id, HttpServletResponse res)