public class DebugSetting extends Object
| Constructor and Description |
|---|
DebugSetting() |
| Modifier and Type | Method and Description |
|---|---|
String |
detailLevel()
Get specifies the type of information to log for debugging.
|
DebugSetting |
withDetailLevel(String detailLevel)
Set specifies the type of information to log for debugging.
|
public String detailLevel()
public DebugSetting withDetailLevel(String detailLevel)
detailLevel - the detailLevel value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/