@Controller public class DnetLogAjaxController extends Object
| Constructor and Description |
|---|
DnetLogAjaxController() |
| Modifier and Type | Method and Description |
|---|---|
List<LogLine> |
tail_continue(int after) |
List<LogLine> |
tail_N(int n) |
boolean |
updateLogLevel(String level,
String resource) |
@RequestMapping(value="/ui/log/tail/{n}")
@ResponseBody
public List<LogLine> tail_N(@PathVariable(value="n")
int n)
throws Exception
Exception@RequestMapping(value="/ui/log/continue/{after}")
@ResponseBody
public List<LogLine> tail_continue(@PathVariable(value="after")
int after)
throws Exception
ExceptionCopyright © 2017. All rights reserved.