plusAssign
inline operator fun DslList<LogHandler, LoggingConfigurationKt.Dsl.HandlerProxy>.plusAssign(value: LogHandler)
Assigned or created handlers.
Content copied to clipboard
repeated .elide.std.LogHandler handler = 2;
Parameters
value
The handler to add.
inline operator fun DslList<LogHandler, LoggingConfigurationKt.Dsl.HandlerProxy>.plusAssign(values: Iterable<LogHandler>)
Assigned or created handlers.
Content copied to clipboard
repeated .elide.std.LogHandler handler = 2;
Parameters
values
The handler to add.
inline operator fun DslList<Logger, LoggingConfigurationKt.Dsl.LoggerProxy>.plusAssign(value: Logger)
Settings specific to named loggers.
Content copied to clipboard
repeated .elide.std.Logger logger = 3;
Parameters
value
The logger to add.
inline operator fun DslList<Logger, LoggingConfigurationKt.Dsl.LoggerProxy>.plusAssign(values: Iterable<Logger>)
Settings specific to named loggers.
Content copied to clipboard
repeated .elide.std.Logger logger = 3;
Parameters
values
The logger to add.