| Package | Description |
|---|---|
| me.snowdrop.istio.mixer.adapter.stdio |
| Modifier and Type | Method and Description |
|---|---|
Stream |
StdioSpecFluentImpl.getLogStream() |
Stream |
StdioSpecFluent.getLogStream() |
Stream |
StdioSpec.getLogStream() |
static Stream |
Stream.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stream[] |
Stream.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.setLogStream(Stream logStream) |
A |
StdioSpecFluentImpl.withLogStream(Stream logStream) |
A |
StdioSpecFluent.withLogStream(Stream logStream) |
| 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.