Implement support for libao via the new ao writer.
[paraslash.git] / ggo / loglevel.m4
1 <qu>
2 option "loglevel" l
3 #~~~~~~~~~~~~~~~~~~
4 "set loglevel"
5 string typestr="level"
6 values = "debug","info","notice","warning","error","crit","emerg"
7 default="warning"
8 optional
9 details="
10         Log only messages with severity greater or equal the given
11         value.
12
13         debug: Produces really noisy output.
14         info: Still noisy, but won't fill up the disk quickly.
15         notice: Indicates normal, but significant event.
16         warning: Unexpected events that can be handled.
17         error: Unhandled error condition.
18         crit: System might be unreliable.
19         emerg: Last message before exit.
20 "
21
22 </qu>