Skip to content

ProRanked/AxiomSink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish to GitHub Packages

Serilog C# Implementation for Axiom in .NET8

Requirements: Create a Dataset in Axiom and get a token to use.

How to Use

Download the nuget from Github Packages and Download Serilog, you then configure in your startup.cs

using ProRanked.Axiom.Sinks;

_logger = new LoggerConfiguration()
    .WriteTo.Axiom("your-dataset", "your-token")
    .CreateLogger();

_logger.Information("Here goes your information log");
_logger.Error("Here goes your Errors");

Author: Devs from ProRanked Enjoy.

About

Serilog C# Implementation for Axiom in .NET8

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Languages