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:
getClient
in interfaceLogService
- Returns:
- Logging
-
putLog
Ingest logs associated with a Log OCID.- Specified by:
putLog
in interfaceLogService
- Parameters:
logText
- Content of the log to be ingested- Returns:
- PutLogsResponse
-