RuntimeJavaAgentLogging Class
- java.
lang. Object - com.
azure. resourcemanager. appcontainers. models. RuntimeJavaAgentLogging
- com.
Implements
public final class RuntimeJavaAgentLogging
implements JsonSerializable<RuntimeJavaAgentLogging>
Capabilities on the java logging scenario.
Constructor Summary
| Constructor | Description |
|---|---|
| RuntimeJavaAgentLogging() |
Creates an instance of Runtime |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Runtime |
fromJson(JsonReader jsonReader)
Reads an instance of Runtime |
|
List<Logger |
loggerSettings()
Get the logger |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Runtime |
withLoggerSettings(List<LoggerSetting> loggerSettings)
Set the logger |
Methods inherited from java.lang.Object
Constructor Details
RuntimeJavaAgentLogging
public RuntimeJavaAgentLogging()
Creates an instance of RuntimeJavaAgentLogging class.
Method Details
fromJson
public static RuntimeJavaAgentLogging fromJson(JsonReader jsonReader)
Reads an instance of RuntimeJavaAgentLogging from the JsonReader.
Parameters:
Returns:
Throws:
loggerSettings
public List<LoggerSetting> loggerSettings()
Get the loggerSettings property: Settings of the logger for the java app.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLoggerSettings
public RuntimeJavaAgentLogging withLoggerSettings(List<LoggerSetting> loggerSettings)
Set the loggerSettings property: Settings of the logger for the java app.
Parameters:
Returns: