Class LogService
java.lang.Object
de.oliver.fancyanalytics.sdk.logs.LogService
Provides services for managing log records in a specified project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLogRecord(String projectID, LogRecord logRecord) Asynchronously creates a log record for a specified project.
-
Constructor Details
-
LogService
-
-
Method Details
-
createLogRecord
Asynchronously creates a log record for a specified project.- Parameters:
projectID- The ID of the project to which the log record belongs.logRecord- The LogRecord object containing log details to be created.- Returns:
- A Future containing a Boolean value indicating the success of the log record creation.
-