类 NacosLoggingProperties

java.lang.Object
com.alibaba.nacos.common.logging.NacosLoggingProperties

public class NacosLoggingProperties extends Object
Nacos Logging Properties, save some nacos logging properties.
作者:
xiweng.yy
  • 构造器详细资料

    • NacosLoggingProperties

      public NacosLoggingProperties(String defaultLocation, Properties properties)
  • 方法详细资料

    • getLocation

      public String getLocation()
      Get the location of nacos logging configuration.
      返回:
      location of nacos logging configuration
    • getReloadInternal

      public long getReloadInternal()
      Get reload internal.
      返回:
      reload internal
    • getValue

      public String getValue(String source, String defaultValue)
      get property value.
      参数:
      source - source
      defaultValue - defaultValue
      返回:
      value