Interface LogsApi

  • All Known Implementing Classes:
    MattermostClient

    public interface LogsApi
    Log API.
    Author:
    Takayuki Maruyama
    • Method Detail

      • postLog

        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. For example we typically log javascript error messages into the server-side. It returns the log message if the logging was successful.