assigns a single log to a log box and imitates the behavior of LogMethods.log
closes an opened log box and imitates the behavior of LogMethods.log
assigns an error log to a log box and imitates the behavior of LogMethods.error
a direct shortcut for Loxer.of(...).error(new NamedError(...)). It combines the parameters of the NamedError and the .error()
method
Generated using TypeDoc
Methods returned from the LogMethods.of method