2.3
Add support for custom arguments in the JSON log for logback. Thank you @krishnatejadinavahi
Usage:
import static com.newrelic.logging.logback.CustomArgument.keyValue;
logger.info("Custom log", keyValue("customKey", "customValue"));
Add support for custom arguments in the JSON log for logback. Thank you @krishnatejadinavahi
Usage:
import static com.newrelic.logging.logback.CustomArgument.keyValue;
logger.info("Custom log", keyValue("customKey", "customValue"));