Logger.additive

Set the additive status of this logger. See bool additive().

  1. bool additive()
  2. Logger additive(bool enabled)
    class Logger
    additive
    (
    bool enabled
    )

Parameters

enabled bool

new value for the additive property.

Return Value

Type: Logger

this

Meta