if i want to build logger class in c++ or java what should it be singletone or static
- by user63898
Hello all
general question is i like to build logger class that writes to single log file
from different classes in my application what should the logger class be
singletone or static class