1Syslog.write(3kaya)          Kaya module reference         Syslog.write(3kaya)
2
3
4

NAME

6       Syslog::write - Write a log entry
7

SYNOPSIS

9       Void write( String logmessage, LogLevel level=LogInfo )
10

ARGUMENTS

12       logmessage The message to write
13
14       level The Syslog.LogLevel (3kaya) (urgency) of the message. The default
15       is LogInfo
16

DESCRIPTION

18       Write a message to the open log handle with the specified priority.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

25       The  Kaya  standard  library  is free software; you can redistribute it
26       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
27       License  (version  2.1  or  any later version) as published by the Free
28       Software Foundation.
29
31       Syslog.close (3kaya)
32       Syslog.open (3kaya)
33
34
35
36Kaya                             December 2010             Syslog.write(3kaya)
Impressum