Class BeamFnLoggingClient

  • All Implemented Interfaces:
    java.lang.AutoCloseable, LoggingClient

    public class BeamFnLoggingClient
    extends java.lang.Object
    implements LoggingClient
    Configures java.util.logging to send all LogRecords via the Beam Fn Logging API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.util.concurrent.CompletableFuture<?> terminationFuture()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • terminationFuture

        public java.util.concurrent.CompletableFuture<?> terminationFuture()
        Specified by:
        terminationFuture in interface LoggingClient
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object