Class LogViewer

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

    @RestController()@ConditionalWingsEnabled(abs = LogConf.Key$enable) 
    public class LogViewer
     implements WarnFilter
                        
    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
      LogViewer(SlardarMonitorProp prop)
      LogViewer(LogConf conf)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      LogConf getConf()
      void view(@RequestParam(value = "id") String id, HttpServletResponse res)
      void filter(Map<String, List<WarnMetric.Warn>> warns)
      • Methods inherited from class java.lang.Object

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

      • LogViewer

        LogViewer(SlardarMonitorProp prop)
      • LogViewer

        LogViewer(LogConf conf)
    • Method Detail

      • view

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