Community

Question: Does anyone know how to get a 'debug flag' in the C# API

12.01.2026 09:03 by Mulder, Frenk (YU TIS NL SE SD)

We are using C# to develop some managers and would like to activate debug flags from the console, just like you would with a control manager (isDbgFlag()).
Does anyone know whether such a function is available in C# ?

Or am I supposed to use the ILogger ?

Responses (2)

16.01.2026 13:55 by duruv.apasu.z424@gmail.com

Good question. From what I’ve seen, the C# API doesn’t expose isDbgFlag(), so using ILogger with configurable log levels might be the intended approach✨👌

23.01.2026 15:23 by Gertjan van Schijndel

You could try 'ETM.Trace.TraceEngine.IsFlagActive' of the .NET API

Log in to write a response to this question.
Back to list