LogExt.this

Constructor.

  1. this(bool use_insert_appender)
  2. this(Appender.Layout delegate(cstring name) make_layout, bool use_insert_appender)
    class LogExt
    this
    (
    scope Appender.Layout delegate make_layout = null
    ,
    bool use_insert_appender = false
    )

Parameters

make_layout Appender.Layout delegate

A delegate that instantiates an Appender.Layout from a name. If null, defaults to ocean.util.Config: newLayout.

use_insert_appender bool

true if the InsertConsole appender should be used (needed when using the AppStatus module)

Meta