Singleton

Posted on Code Project See other posts from Code Project
Published on Sat, 06 Feb 2010 13:06:00 GMT Indexed on 2010/06/10 0:03 UTC
Read the original article Hit count: 195

Filed under:
Imagine that you need some global logging system in your application.You need to be able log your messages to some file at any point of your application, but also you need to numerate your messages.How can you accomplish this? - SINGLETON

© Code Project or respective owner