The LogBox Injection DSL
Type
Description
// LogBox wired in
property name="logBox" inject="logbox";
// Root Logger
property name="logger" inject="logbox:root";
// Named Category
property name="logger" inject="logbox:logger:com.api.model";
// Category eq to ClassPath
property name="logger" inject="logbox:logger:{this}";Was this helpful?