| Modifier and Type | Class and Description |
|---|---|
class |
CloudWatchLogWriter
Writes messages to a CloudWatch log stream.
|
| Modifier and Type | Method and Description |
|---|---|
LogWriter |
CloudWatchWriterFactory.newLogWriter(CloudWatchWriterConfig config,
CloudWatchWriterStatistics stats,
InternalLogger logger) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogWriter<ConfigType extends AbstractWriterConfig<ConfigType>,StatsType extends AbstractWriterStatistics>
Manages common LogWriter activities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KinesisLogWriter
Writes log messages to a Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
LogWriter |
KinesisWriterFactory.newLogWriter(KinesisWriterConfig config,
KinesisWriterStatistics stats,
InternalLogger logger) |
| Modifier and Type | Class and Description |
|---|---|
class |
SNSLogWriter
Writes log messages to an SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
LogWriter |
SNSWriterFactory.newLogWriter(SNSWriterConfig config,
SNSWriterStatistics stats,
InternalLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
LogWriter |
WriterFactory.newLogWriter(C config,
S stats,
InternalLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected Thread |
DefaultThreadFactory.createThread(LogWriter writer,
Thread.UncaughtExceptionHandler exceptionHandler)
Creates and initializes the thread.
|
void |
ThreadFactory.startWriterThread(LogWriter writer,
Thread.UncaughtExceptionHandler exceptionHandler) |
void |
DefaultThreadFactory.startWriterThread(LogWriter writer,
Thread.UncaughtExceptionHandler exceptionHandler) |
Copyright © 2023. All rights reserved.