Class LaunchLoggingCallback
- java.lang.Object
-
- com.epam.reportportal.service.logs.LaunchLoggingCallback
-
public final class LaunchLoggingCallback extends java.lang.ObjectSet of logging callback for ReportPortal client
-
-
Field Summary
Fields Modifier and Type Field Description static io.reactivex.functions.Consumer<java.lang.Throwable>LOG_ERRORLogs an errorstatic io.reactivex.functions.Consumer<OperationCompletionRS>LOG_SUCCESSLogs success
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.reactivex.functions.Consumer<EntryCreatedAsyncRS>logCreated(java.lang.String entry)Logs message once some entity creation
-
-
-
Field Detail
-
LOG_SUCCESS
public static final io.reactivex.functions.Consumer<OperationCompletionRS> LOG_SUCCESS
Logs success
-
LOG_ERROR
public static final io.reactivex.functions.Consumer<java.lang.Throwable> LOG_ERROR
Logs an error
-
-
Method Detail
-
logCreated
public static io.reactivex.functions.Consumer<EntryCreatedAsyncRS> logCreated(java.lang.String entry)
Logs message once some entity creation- Parameters:
entry- Type of entity- Returns:
- Consumer/Callback
-
-