Class SimpleEventBusLogger


  • @Internal
    public class SimpleEventBusLogger
    extends java.lang.Object
    Simple wrapper around logging to the Couchbase event bus.
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleEventBusLogger​(com.couchbase.client.core.cnc.EventBus eventBus)  
      SimpleEventBusLogger​(com.couchbase.client.core.cnc.EventBus eventBus, java.lang.String category)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String s)  
      void error​(java.lang.String s)  
      void info​(java.lang.String s)  
      void verbose​(java.lang.String s)  
      void warn​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • SimpleEventBusLogger

        public SimpleEventBusLogger​(com.couchbase.client.core.cnc.EventBus eventBus)
      • SimpleEventBusLogger

        public SimpleEventBusLogger​(com.couchbase.client.core.cnc.EventBus eventBus,
                                    java.lang.String category)
    • Method Detail

      • verbose

        public void verbose​(java.lang.String s)
      • debug

        public void debug​(java.lang.String s)
      • info

        public void info​(java.lang.String s)
      • warn

        public void warn​(java.lang.String s)
      • error

        public void error​(java.lang.String s)