Package com.oracle.cloud.spring.logging
Class LogServiceImpl
java.lang.Object
com.oracle.cloud.spring.logging.LogServiceImpl
- All Implemented Interfaces:
LogService
Implementation of the OCI Logging module.
-
Constructor Summary
ConstructorsConstructorDescriptionLogServiceImpl(com.oracle.bmc.loggingingestion.Logging logging, String logId) -
Method Summary
-
Constructor Details
-
LogServiceImpl
-
-
Method Details
-
getClient
public com.oracle.bmc.loggingingestion.Logging getClient()Direct instance of OCI Java SDK Logging Client.- Specified by:
getClientin interfaceLogService- Returns:
- Logging
-
putLog
Ingest logs associated with a Log OCID.- Specified by:
putLogin interfaceLogService- Parameters:
logText- Content of the log to be ingested- Returns:
- PutLogsResponse
-