Configure and test structured logging with Console, Application Insights, File, Serilog, and NLog targets.
// Enter a message and click "Emit Log"
// Logs will appear here as you emit them
{ "PrimusLogging": { "ApplicationId": "my-api", "Environment": "Development", "MinLevel": 1, "Targets": [ { "Type": "console", "Pretty": true } ], "Pii": { "MaskEmails": true, "MaskCreditCards": true, "MaskSSN": true } } }
Learn about all logging destinations and advanced features
PII masking, correlation IDs, enrichers, and sampling