Interface DiagnosticContract.UpdateStages.WithAlwaysLog

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

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

    Modifier and Type
    Method
    Description
    Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..
  • Method Details

    • withAlwaysLog

      DiagnosticContract.Update withAlwaysLog(AlwaysLog alwaysLog)
      Specifies the alwaysLog property: Specifies for what type of messages sampling settings should not apply..
      Parameters:
      alwaysLog - Specifies for what type of messages sampling settings should not apply.
      Returns:
      the next definition stage.