LogBox Namespace

This DSL namespace interacts with the loaded LogBox instance.

property name="logbox" inject="logbox";
property name="log" inject="logbox:root";
property name="log" inject="logbox:logger:myapi";
property name="log" inject="logbox:logger:{this}";

Last updated