Class Logd

All Implemented Interfaces:
com.yahoo.cloud.config.log.LogdConfig.Producer, com.yahoo.config.ConfigInstance.Producer, ConfigProducer, NetworkPortRequestor, Service, Serializable

public class Logd extends AbstractService implements com.yahoo.cloud.config.log.LogdConfig.Producer
There is one logd running on each Vespa host, and one instance of this class is therefore created by each instance of class Host.
Author:
gjoranv
See Also:
  • Constructor Details

    • Logd

      public Logd(Host host)
      Creates a new Logd instance.
  • Method Details