John Liljegren
07/06/2023, 3:59 PMJohn Liljegren
07/06/2023, 4:02 PMproperty name="cbSecurity" inject="@cbsecurity";
in it but it's not working... I feel like I'm missing something elementary here.wil-shiftinsert
07/07/2023, 1:20 PMwil-shiftinsert
07/07/2023, 1:39 PMvariables.coldbox.getRequestService().getContext().getPrivateValue()
.
if you create your own preProcess interceptor you could save any var you want in your prc and access it from your own Appender. I described this process here:
https://shiftinsert.nl/logbox-modify-your-message-format/wil-shiftinsert
07/07/2023, 2:47 PMvariables.coldbox.getWirebox.getInstance( "cbSecurity@cbSecurity" )
directly. I did not test it yet.John Liljegren
07/07/2023, 4:57 PMJohn Liljegren
07/07/2023, 4:57 PM