Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 381 Bytes

logbox-from-the-coldbox-proxy.md

File metadata and controls

7 lines (5 loc) · 381 Bytes

LogBox from the ColdBox Proxy

The ColdBox Proxy (coldbox.system.remote.ColdboxProxy) object also has three utility methods you can use to talk to LogBox from any remote proxy you create:

  • getLogBox() : Get a reference to the LogBox instance.
  • getRootLogger() : Get a reference to the root logger.
  • getLogger(category:any) : Get a named logger instance or reference.