Hi,

I am writing a desktop app with qooxdoo (this the first time I use 
qooxdoo) as frontend that run on top of node-webkit.

I created a custom logger that write some info into a file.

The logger works as intended but now I have two way:

1. open the file each time I need to write a log entry and close it 
after writing

2. open the file on logger::init() store a reference to the file 
handler and simply write the log entry using the file handler


but if I go for the second way how can I close the file handler once 
the application shutdown?

hope the above is clear (english is not my mother tongue) and thanks in 
advance

-- 
no sign yet




------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to