Merge pull request #823 from DavidKarlas/master
[mono.git] / mono / utils / mono-logger.h
1 #ifndef __MONO_LOGGER_H__
2 #define __MONO_LOGGER_H__
3
4 #include <mono/utils/mono-publib.h>
5 MONO_BEGIN_DECLS
6
7 MONO_API void 
8 mono_trace_set_level_string (const char *value);
9
10 MONO_API void 
11 mono_trace_set_mask_string (const char *value);
12
13 MONO_END_DECLS
14
15 #endif /* __MONO_LOGGER_H__ */