Skip to content

ruisilva450/serilogjs-seq-sink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serilogjs-seq-sink

A SerilogJS sink that POSTs events to Seq Server.

Designed to work with Seq Logging Server and SerilogJS

Installing

bower install serilogjs-seq-sink

Init

var log = serilog.configuration()
    .writeTo(serilog.sink.seq({url:"http://localhost:5341"}))
    .createLogger();

PS: Change the url to point to you production Seq endpoint

Using

log.error('Cool semantic log error for {App}', {App:'myCoolJsApp'});

Check for more examples here

About

A serilogjs plugin that writes logs to Seq server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%