C# Class Serilog.Core.Sinks.RestrictedSink

Inheritance: ILogEventSink
显示文件 Open project: serilog/serilog

Public Methods

Method Description
Dispose ( ) : void
Emit ( LogEvent logEvent ) : void
RestrictedSink ( ILogEventSink sink, LoggingLevelSwitch levelSwitch ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Emit() public method

public Emit ( LogEvent logEvent ) : void
logEvent Serilog.Events.LogEvent
return void

RestrictedSink() public method

public RestrictedSink ( ILogEventSink sink, LoggingLevelSwitch levelSwitch ) : System
sink ILogEventSink
levelSwitch LoggingLevelSwitch
return System