G
Guest
I have 2 DLLs (Class Libraries). Both defines single-ton objects - logger
object (writes to logger) and application_management object (stores paths and
other things, reads ini file of the application).
Both needs to refer to each other ->
application_management can write to a logger and
logger needs to know the path of logger file.
Of course, it's circular dependency problem.
Please help me to solve this problem!!!!!
object (writes to logger) and application_management object (stores paths and
other things, reads ini file of the application).
Both needs to refer to each other ->
application_management can write to a logger and
logger needs to know the path of logger file.
Of course, it's circular dependency problem.
Please help me to solve this problem!!!!!