clr-loader icon indicating copy to clipboard operation
clr-loader copied to clipboard

add trace options

Open koubaa opened this issue 1 year ago • 0 comments

See Mono embedding guide

  • The mono logger API now exposes only the ability to set the trace level and trace mask with the two functions: void mono_trace_set_mask_string (const char *value); void mono_trace_set_level_string (const char *value);

These are the options that typically come via env vars:

koubaa avatar May 14 '24 19:05 koubaa