| Author |
Urlybird 1.1.1 logging
|
Alenkhe David
Greenhorn
Joined: Jul 31, 2008
Posts: 20
|
|
I am planing on a singleton logger class, that other classes can call to get an instance for logging purposes. Also would want to dump log records to file. Any thoughts? Thanks.
|
Jesus Regins..
|
 |
satishkumar janakiraman
Ranch Hand
Joined: May 03, 2004
Posts: 334
|
|
Hi David, Singleton is a best choice for cache, logger etc. Multiple instances of cache/logger will create complexity in the application. sat
|
 |
 |
|
|
subject: Urlybird 1.1.1 logging
|
|
|