1Logger.logAll(3kaya)         Kaya module reference        Logger.logAll(3kaya)
2
3
4

NAME

6       Logger::logAll - Add to multiple logs at once.
7

SYNOPSIS

9       Void logAll( var [Logger] ls, String msg, Bool timestamp=true )
10

ARGUMENTS

12       ls A list of Logger.Logger (3kaya) s
13
14       msg The message to log
15
16       timestamp  If  true  (the default) a timestamp will be prepended to the
17       message before it is logged.
18

DESCRIPTION

20       Add a message to multiple logs at once (useful for  logging  to  a  log
21       file and standard error simultaneously, for example).
22

AUTHORS

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

LICENSE

28       The Kaya standard library is free software;  you  can  redistribute  it
29       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
30       License (version 2.1 or any later version) as  published  by  the  Free
31       Software Foundation.
32
34       Logger.logAll (3kaya)
35
36
37
38Kaya                             December 2010            Logger.logAll(3kaya)
Impressum