Logbox 7: stand-alone version?

In the past I have integrated logbox 6 into an application outside the coldbox framework. Now I noticed that starting with version 7 of logbox there are so many references to coldbox all over the code. Is there no longer a standalone version?

Here it seems the only dependency is cbproxies.

Ciao Roberto,
the entire section here:

which in the version of LogBox distributed on ForgeBox is:

return new testbox.system.web.context.ExceptionBean( variables.extraInfo ).$toString(); refers to a path that exists only in ColdBox.

Perhaps @bdw429s could correct me on this.

Yes, the TestBox build of LogBox standalone is broken. @lmajano can you address this?

2 Likes

It seems like maybe this is still unresolved. I just ran into the same with a non-ColdBox installation of LogBox. Just wanted to re-raise this.

Can you try the be please and report back install logbox@be

I think that change should take care of it. The error that was triggering it was on production, within a thread, that was interacting with a third-party system that was timing out - which is to say I don’t have a test recreating it on hand. I’ll roll that out and let you know if we run into it again. Thanks for that fast turnaround!