Serilog.Sinks.AmazonS3
|
Serilog.Sinks.AmazonS3 Namespace
Classes
Class | Description | |
---|---|---|
AmazonS3Sink |
This class is the main class and contains all options for the AmazonS3 sink.
|
|
FileLifecycleHooks |
This class enables hooking into log file lifecycle events.
|
|
FileSink |
This class enables writing log events to a disk file.
|
|
IoErrors |
A class that simplifies the use of some I/O errors.
|
|
PathRoller |
The class to apply the rolling path scenarios.
|
|
RollingFileSink |
A class to write rolling files.
|
|
RollingIntervalExtensions |
This class provides some extensions for the [RollingInterval] class.
|
|
RollingLogFile |
A class that represents a rolling log file internally.
|
|
WriteCountingStream |
This class is used to provide a write counting stream.
|
Interfaces
Interface | Description | |
---|---|---|
IFileSink |
Exists only for the convenience of [RollingFileSink], which
switches implementations based on sharing. Would refactor, but preserving
backwards compatibility.
|
|
IFlushableFileSink |
This class is supported by (file-based) sinks that can be explicitly flushed.
|
Enumerations
Enumeration | Description | |
---|---|---|
RollingInterval |
Specifies the frequency at which the log file should roll.
|