1Syslog.LogLevel(3kaya) Kaya module reference Syslog.LogLevel(3kaya)
2
3
4
6 Syslog::LogLevel - Log message urgencies
7
9 Syslog::LogLevel< >
10
11
12 = LogEmergency()
13
14
15 | LogAlert()
16
17
18 | LogCritical()
19
20
21 | LogError()
22
23
24 | LogWarning()
25
26
27 | LogNotice()
28
29
30 | LogInfo()
31
32
33 | LogDebug()
34
36 The level of urgency for the log message. The syslog(3) manual page
37 contains details of the conventional meanings.
38
40 Kaya standard library by Edwin Brady, Chris Morris and others
41 (kaya@kayalang.org). For further information see http://kayalang.org/
42
44 The Kaya standard library is free software; you can redistribute it
45 and/or modify it under the terms of the GNU Lesser General Public
46 License (version 2.1 or any later version) as published by the Free
47 Software Foundation.
48
49
50
51Kaya December 2010 Syslog.LogLevel(3kaya)