KLogger icon indicating copy to clipboard operation
KLogger copied to clipboard

Cannot change options after instantiation

Open utdrmac opened this issue 3 years ago • 0 comments

I want to be able to change the logFormat after instantiating my logger object so that I can customize the output depending on the file which is generating log messages. Currently the only way to do this is to re-init the object which seems wasteful. Please consider adding some methods to modify the protected $options parameters.

utdrmac avatar Jan 17 '23 02:01 utdrmac