Release captured reference type stack variables
[mono-project.git] / mono / utils / mono-logger.h
blobfc0745bec72528dce072121ee642039ca4a1c572
1 #ifndef __MONO_LOGGER_H__
2 #define __MONO_LOGGER_H__
4 #include <mono/utils/mono-publib.h>
5 MONO_BEGIN_DECLS
7 void
8 mono_trace_set_level_string (const char *value);
10 void
11 mono_trace_set_mask_string (const char *value);
13 MONO_END_DECLS
15 #endif /* __MONO_LOGGER_H__ */