Interface LoggingConfiguration.Builder

    • Method Detail

      • destinations

        LoggingConfiguration.Builder destinations​(Collection<LogDestination> destinations)

        A list of the locations where SimSpace Weaver sends simulation log data.

        Parameters:
        destinations - A list of the locations where SimSpace Weaver sends simulation log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        LoggingConfiguration.Builder destinations​(LogDestination... destinations)

        A list of the locations where SimSpace Weaver sends simulation log data.

        Parameters:
        destinations - A list of the locations where SimSpace Weaver sends simulation log data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.