Where does the Logger service write the output too

I read in the documentation that you can put a logger in expressions, but I can’t find where it’s being written to. Does anyone know where I can find it?
Expressions | Netwrix Product Documentation

Will this work in SaaS or is this only for the on-premises version?

Hi @Kamil.Wojenkowski

Let me check with the team, and see where we need to update the doc.

Hi Kamil,

You can try this

logger.LogDebug("################## LOGS ###########");
logger.LogDebug("################## Value1={0}  Value2={1}  Value3={2}", Val1, Val2, Val3);

Regards

Hazem

Hello Hazem,

Thank you for the XML, but I don’t know where the result will be visible?
I don’t see it under /monitoring.

Does it get written to a file on the server side?

Hi Kamil,

You need to set the log level to Debug.

Regards

Hazem

Hello @hazem.taouai and everyone,

I performed further comparisons and found that it works on an on‑premises instance but not on SaaS. That’s why I wasn’t able to see it.

So avoid trying it on SaaS, even in pre‑production/TEST if that environment is also SaaS.

Thank you for the follow-up, Kamil!