Skip to content

dev-informatics/Serilog.Sinks.OrientDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serilog.Sinks.OrientDB

Build status

##Usage Add to your LoggingConfiguration:

.WriteTo.OrientDB("http://server:port", "databaseName", "user", "password")

We recommend a new database for logging instead of using a preexisting one as there are database level requirements.

The database that you provide via databaseName should already exist and two ALTER DATABASE commands need to be ran:

ALTER DATABASE DATETIMEFORMAT yyyy-MM-dd'T'HH:mm:ss.SSS
ALTER DATABASE TIMEZONE UTC
```

The sink will automatically define an appropriate class (LogEvent by default) with appropriate schema.

About

Serilog.Sinks.OrientDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages