Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The aim of this project is to create a plugin for (or instantiation of) Logback that supports the literate style of structured logging where format arguments are preserved as named properties in the (usually JSON) log event.

String name = "world";

logger.debug("Hello {name}.", name);

// Produces an event where name == "world"

Currently planning the approach, all input welcome. For an idea of where this is headed check out Serilog.

About

Literate structured logging for the JVM

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors