1Logger.log(3kaya) Kaya module reference Logger.log(3kaya)
2
3
4
6 Logger::log - Add to a log.
7
9 Void log( var Logger l, String msg, Bool timestamp=true )
10
12 l A Logger.Logger (3kaya)
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
20 Add a message to a log.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Logger.logAll (3kaya)
34
35
36
37Kaya December 2010 Logger.log(3kaya)