public interface LogsApi
| Modifier and Type | Method and Description |
|---|---|
default ApiResponse<List<String>> |
getLogs()
page of logs as a string list.
|
ApiResponse<List<String>> |
getLogs(Pager pager)
page of logs as a string list.
|
ApiResponse<Map<String,String>> |
postLog(Map<String,String> message)
This method is a convenience Web Service call so clients can log messages into the server-side
logs.
|
default ApiResponse<List<String>> getLogs()
ApiResponse<List<String>> getLogs(Pager pager)
ApiResponse<Map<String,String>> postLog(Map<String,String> message)
Copyright © 2019. All rights reserved.