Package com.oracle.cloud.spring.logging
Interface LogService
- All Known Implementing Classes:
LogServiceImpl
public interface LogService
Interface for defining the OCI logging module.
-
Method Summary
-
Method Details
-
getClient
com.oracle.bmc.loggingingestion.Logging getClient()Direct instance of OCI Java SDK Logging Client.- Returns:
- Logging
-
putLog
Ingest logs associated with a Log OCID- Parameters:
logText
- Content of the log to be ingested- Returns:
- PutLogsResponse
-