Package org.neo4j.gds

Class LoggingUtil


  • public final class LoggingUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <R> R runWithExceptionLogging​(java.lang.String message, org.neo4j.logging.Log log, java.util.function.Supplier<R> supplier)  
      • Methods inherited from class java.lang.Object

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

      • runWithExceptionLogging

        public static <R> R runWithExceptionLogging​(java.lang.String message,
                                                    org.neo4j.logging.Log log,
                                                    java.util.function.Supplier<R> supplier)