ContainerAppJavaLoggerLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The specified logger's log level.
public readonly struct ContainerAppJavaLoggerLevel : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppJavaLoggerLevel>
type ContainerAppJavaLoggerLevel = struct
Public Structure ContainerAppJavaLoggerLevel
Implements IEquatable(Of ContainerAppJavaLoggerLevel)
- Inheritance
-
ContainerAppJavaLoggerLevel
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppJavaLoggerLevel(String) |
Initializes a new instance of ContainerAppJavaLoggerLevel. |
Properties
| Name | Description |
|---|---|
| Debug |
debug. |
| Error |
error. |
| Info |
info. |
| Off |
off. |
| Trace |
trace. |
| Warn |
warn. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppJavaLoggerLevel) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContainerAppJavaLoggerLevel, ContainerAppJavaLoggerLevel) |
Determines if two ContainerAppJavaLoggerLevel values are the same. |
| Implicit(String to ContainerAppJavaLoggerLevel) |
Converts a string to a ContainerAppJavaLoggerLevel. |
| Implicit(String to Nullable<ContainerAppJavaLoggerLevel>) | |
| Inequality(ContainerAppJavaLoggerLevel, ContainerAppJavaLoggerLevel) |
Determines if two ContainerAppJavaLoggerLevel values are not the same. |