Topic: Get name of log file
Hi,
I createed SmartInspect object with connection string
m_logger = new SmartInspect(AppName);
logger.Connection = "file(filename=\"file_name\", append=true, rotate=daily)";As I have read in documentation, in this mode, I'll get a file with name, generated in format "file_name-yyyy-MM-dd-HH-mm-ss". How can I get current filename in run-time?
Thanks.
