Interface DiagnosticContract.UpdateStages.WithLoggerId

All Known Subinterfaces:
DiagnosticContract.Update
Enclosing interface:
DiagnosticContract.UpdateStages

public static interface DiagnosticContract.UpdateStages.WithLoggerId
The stage of the DiagnosticContract update allowing to specify loggerId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLoggerId(String loggerId)
    Specifies the loggerId property: Resource Id of a target logger..
  • Method Details

    • withLoggerId

      DiagnosticContract.Update withLoggerId(String loggerId)
      Specifies the loggerId property: Resource Id of a target logger..
      Parameters:
      loggerId - Resource Id of a target logger.
      Returns:
      the next definition stage.