1Logger.makeLogFile(3kaya) Kaya module reference Logger.makeLogFile(3kaya)
2
3
4
6 Logger::makeLogFile - Create a log file
7
9 Logger makeLogFile( String fname )
10
12 fname The filename
13
15 Create a log file and return the logging method. The file will not
16 actually be created, if it doesn't already exist, until it is logged
17 to.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Logger.Logger (3kaya)
31 Logger.makeLogHandle (3kaya)
32 Logger.makeLogString (3kaya)
33
34
35
36Kaya December 2010 Logger.makeLogFile(3kaya)