StatsLog.this

Constructor. Creates the stats log using the appender returned by the provided delegate.

  1. this(Config config, istring name)
  2. this(Config config, Appender delegate(istring file, Appender.Layout layout) new_appender, istring name)
    class StatsLog

Parameters

config Config

instance of the config class

new_appender Appender delegate

delegate which returns appender to use for stats log

name istring

name of the logger, should be set to a different string when using more than two StatLogs

Meta