StatsLog.this

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

  1. this(Config config, string name)
  2. this(Config config, Appender delegate(string file, Appender.Layout layout) new_appender, string name)
    class StatsLog
    this
    (,,
    string name = "Stats"
    )

Parameters

config Config

instance of the config class

new_appender Appender delegate

delegate which returns appender to use for stats log

name string

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

Meta