Interface LogService

All Known Implementing Classes:
LogServiceImpl

public interface LogService
Interface for defining the OCI logging module.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.oracle.bmc.loggingingestion.Logging
    Direct instance of OCI Java SDK Logging Client.
    com.oracle.bmc.loggingingestion.responses.PutLogsResponse
    putLog(String logText)
    Ingest logs associated with a Log OCID
  • Method Details

    • getClient

      com.oracle.bmc.loggingingestion.Logging getClient()
      Direct instance of OCI Java SDK Logging Client.
      Returns:
      Logging
    • putLog

      com.oracle.bmc.loggingingestion.responses.PutLogsResponse putLog(String logText)
      Ingest logs associated with a Log OCID
      Parameters:
      logText - Content of the log to be ingested
      Returns:
      PutLogsResponse