Class LaunchLoggingCallback


  • public final class LaunchLoggingCallback
    extends java.lang.Object
    Set of logging callback for ReportPortal client
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.reactivex.functions.Consumer<java.lang.Throwable> LOG_ERROR
      Logs an error
      static io.reactivex.functions.Consumer<OperationCompletionRS> LOG_SUCCESS
      Logs 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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