repo.or.cz
/
mono.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git]
/
mono
/
utils
/
mono-logger.h
blob
fc0745bec72528dce072121ee642039ca4a1c572
1
#ifndef __MONO_LOGGER_H__
2
#define __MONO_LOGGER_H__
3
4
#include <mono/utils/mono-publib.h>
5
MONO_BEGIN_DECLS
6
7
void
8
mono_trace_set_level_string
(
const char
*
value
);
9
10
void
11
mono_trace_set_mask_string
(
const char
*
value
);
12
13
MONO_END_DECLS
14
15
#endif
/* __MONO_LOGGER_H__ */