Class LoggingContext


  • @Deprecated
    public abstract class LoggingContext
    extends com.google.common.flogger.context.ContextDataProvider
    Deprecated.
    Replaced by ContextDataProvider.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingContext()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.common.flogger.context.ScopedLoggingContext getContextApiSingleton()
      Deprecated.
       
      • Methods inherited from class com.google.common.flogger.context.ContextDataProvider

        getInstance, getMetadata, getNoOpProvider, getScope, getTags, shouldForceLogging
      • Methods inherited from class java.lang.Object

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

      • LoggingContext

        public LoggingContext()
        Deprecated.
    • Method Detail

      • getContextApiSingleton

        public com.google.common.flogger.context.ScopedLoggingContext getContextApiSingleton()
        Deprecated.
        Specified by:
        getContextApiSingleton in class com.google.common.flogger.context.ContextDataProvider