This file is indexed.

/usr/include/mono-2.0/mono/utils/mono-logger.h is in libmono-2.0-dev 2.10.8.1-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#ifndef __MONO_LOGGER_H__
#define __MONO_LOGGER_H__

#include <mono/utils/mono-publib.h>
MONO_BEGIN_DECLS

void 
mono_trace_set_level_string (const char *value);

void 
mono_trace_set_mask_string (const char *value);

MONO_END_DECLS

#endif /* __MONO_LOGGER_H__ */