Git init
[framework/multimedia/libmm-log.git] / logmessage.conf.in
1 ; Log Manager Configuration File
2 ;
3 ; == setting SECTION ==
4 ; Set logfilter & output device.
5 ;
6 ; Direction
7 ;    Log none               = 0
8 ;    Write to Console       = 1
9 ;    Write to File          = 2
10 ;    Using Syslog           = 3
11 ;    Using Target framework = 4
12 ;    Using viewer           = 5
13 ;   ex) direction = 1;
14 ;
15 ; Filters is Bitmask
16 ;   owner is 0x01~0x80
17 ;   class is 0x01~0x08
18 ;   ex) ownerfilter = 0x0F
19 ;
20 ; Owner list
21 ;   Avsystem audio                  = 0x0001,
22 ;   Avsystem video                  = 0x0002,
23 ;   Avsystem camera                 = 0x0004,
24 ;   MM player                       = 0x0008,
25 ;   MM camcorder                    = 0x0010,
26 ;   MM sound                        = 0x0020,
27 ;   MM file                         = 0x0040,
28 ;   MM hardware abstraction layer   = 0x0080,
29 ;   MM image                        = 0x0100,
30 ;   MM Common                       = 0x0200,
31 ;   MM Avsystem sink                = 0x0400,
32 ;   MM Avsystem source              = 0x0800,
33 ;   MM Sound server                 = 0x1000,
34 ;   MM Sound plugin run type        = 0x2000,
35 ;   MM Sound plugin codec type      = 0x4000,
36 ;   Gstreamer Plugin                = 0x8000,
37 ;   Platform                        = 0x10000,
38 ;   Codec                           = 0x20000,
39 ;   MM Server                       = 0x40000,
40 ;   MM Media Call                   = 0x80000,
41 ;   MM Session Mgr          = 0x100000,
42 ;
43 ; Class list
44 ;   Infomation      = 0x01,
45 ;   Warning         = 0x02,
46 ;   Error           = 0x04,
47 ;   Critical Error  = 0x08,
48 ;
49 ; In write to file mode, Setting log file. In other mode will be ignore.
50 ; ex) logfile = /var/log/logmanager.log
51 ;
52 ; == color SECTION ==
53 ; Set log clolr by log class.
54 ; Only two directions used. - Console & viewer
55 ;
56 ; Color LIST
57 ;   BLACK, WHITE, RED, GREEN, BLUE, MAGENTA, CYAN, B_RED B_GREEN, B_GRAY,
58 ;   B_YELLOW, B_CYAN, B_MAGENTA. B_BLUE, REVERSE
59 ;   Prefix "B_" means background color. When this setting, charactor color is system default.
60 ;   When set charactor color, background color is system default.
61
62 [setting]
63 direction=@log_direction@
64 ownerfilter=@log_ownermask@
65 classfilter=@log_classmask@
66 logfile=@log_filename@
67
68 [color]
69 classinfomation=@log_classinfomation@
70 classwarning=@log_classwarning@
71 classerror=@log_classerror@
72 clsascritical=@log_clsascritical@
73 classassert=@log_classassert@
74