Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A syslog Sink for Serilog. H/T to the NLog implementation, from which this project is based.

Build status

Configuration

Log.Logger = new LoggerConfiguration()
    .WriteTo.Syslog("localhost", 514)
    .CreateLogger();

Options

Only two options are required: syslogserver and port.

Two others are optional:

  • batchsize : The default batch size of messages that the serilog sink should send.
  • batchPeriodInSeconds : The interval (in seconds) after which the sink should flush.

About

A Syslog sink for Serilog

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages