Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages