public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
destinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
LoggingConfiguration.Builder |
destinations(Consumer<LogDestination.Builder>... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
LoggingConfiguration.Builder |
destinations(LogDestination... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfiguration.Builder destinations(Collection<LogDestination> destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
destinations - A list of the locations where SimSpace Weaver sends simulation log data.LoggingConfiguration.Builder destinations(LogDestination... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
destinations - A list of the locations where SimSpace Weaver sends simulation log data.LoggingConfiguration.Builder destinations(Consumer<LogDestination.Builder>... destinations)
A list of the locations where SimSpace Weaver sends simulation log data.
This is a convenience method that creates an instance of theLogDestination.Builder avoiding the need to
create one manually via LogDestination.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #destinations(List.
destinations - a consumer that will call methods on
LogDestination.Builder#destinations(java.util.Collection) Copyright © 2023. All rights reserved.