EmitOrOverflow Method

Serilog Sinks AmazonS3

Serilog.Sinks.AmazonS3

FileSink..::..EmitOrOverflow Method

Emits the [LogEvent] or overflows.

Namespace:  Serilog.Sinks.AmazonS3
Assembly:  Serilog.Sinks.AmazonS3 (in Serilog.Sinks.AmazonS3.dll)

Syntax


public bool EmitOrOverflow(
	LogEvent logEvent
)
Public Function EmitOrOverflow ( _
	logEvent As LogEvent _
) As Boolean
public:
bool^ EmitOrOverflow(
	LogEvent^ logEvent
)

Parameters

logEvent
Type: LogEvent
The log event.

Return Value

A [bool] indicating whether the emitting was a success or not.

Exceptions


ExceptionCondition
[ArgumentNullException]logEvent