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

NAME

6       Syslog::open - Open the logging handle
7

SYNOPSIS

9       Void  open(  String  identifier=progName(),  [LogOption] opts=[LogPid],
10       LogFacility facility=LogUser )
11

ARGUMENTS

13       identifier The identifier for logging, conventionally (and by  default)
14       the program name.
15
16       opts The logging options. The default is to include the process ID with
17       logging.
18
19       facility The logging facility to use. The default is LogUser
20
21

DESCRIPTION

23       Opens the new logging handle with the specified options.
24

AUTHORS

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

LICENSE

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
36       Syslog.close (3kaya)
37       Syslog.write (3kaya)
38
39
40
41Kaya                             December 2010              Syslog.open(3kaya)
Impressum