Here is the thing. I have a class that functions as a log writer. I would like to create an instance of this class that can be seen by every other class in my program.
How can I do this?
Here is the thing. I have a class that functions as a log writer. I would like to create an instance of this class that can be seen by every other class in my program.
How can I do this?