1Syslog.LogOption(3kaya) Kaya module reference Syslog.LogOption(3kaya)
2
3
4
6 Syslog::LogOption - Options for opening the logging handle
7
9 Syslog::LogOption< >
10
11
12 = LogPid()
13
14
15 | LogConsole()
16
17
18 | LogStderr()
19
21 Options for opening the logging handle: LogPid includes the process id
22 with the log, LogConsole prints the log message to the console if log‐
23 ging fails, and LogStderr copies the log to standard error.
24
26 Kaya standard library by Edwin Brady, Chris Morris and others
27 (kaya@kayalang.org). For further information see http://kayalang.org/
28
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
35
36
37Kaya December 2010 Syslog.LogOption(3kaya)