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.