| Package | Description |
|---|---|
| me.snowdrop.istio.mixer.adapter.stdio |
| Modifier and Type | Method and Description |
|---|---|
Level |
StdioSpecFluentImpl.getMetricLevel() |
Level |
StdioSpecFluent.getMetricLevel() |
Level |
StdioSpec.getMetricLevel() |
Level |
StdioSpecFluentImpl.getOutputLevel() |
Level |
StdioSpecFluent.getOutputLevel() |
Level |
StdioSpec.getOutputLevel() |
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StdioSpec.setMetricLevel(Level metricLevel) |
void |
StdioSpec.setOutputLevel(Level outputLevel) |
A |
StdioSpecFluentImpl.withMetricLevel(Level metricLevel) |
A |
StdioSpecFluent.withMetricLevel(Level metricLevel) |
A |
StdioSpecFluentImpl.withOutputLevel(Level outputLevel) |
A |
StdioSpecFluent.withOutputLevel(Level outputLevel) |
| Constructor and Description |
|---|
StdioSpec(Stream logStream,
Integer maxDaysBeforeRotation,
Integer maxMegabytesBeforeRotation,
Integer maxRotatedFiles,
Level metricLevel,
Boolean outputAsJson,
Level outputLevel,
String outputPath,
Map<String,Integer> severityLevels) |
Copyright © 2017–2018 Red Hat. All rights reserved.