Class LogObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Configuration config
      Configuration object from Logger that owns this LogBufferManager.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogObject​(Configuration config)
      constructs a LogObject with Configuration supplied by caller.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • config

        Configuration config
        Configuration object from Logger that owns this LogBufferManager.
    • Constructor Detail

      • LogObject

        LogObject​(Configuration config)
        constructs a LogObject with Configuration supplied by caller.
        Parameters:
        config - Configuration object.