Question:
How can I generate daily logs for Elipse’s drivers?
Solution:
With drivers using IOKit (version 1.10 or higher), just locate the log’s name (at Log to File: on Logging Options) and add %DATE% macro to the filename. In this case, a log file will be generated daily (in the format aaaa_mm_dd).
For example: c:\e3logs\drivers\log_%DATE%.log.
With the settings above, the file c:\e3logs\drivers\log_2009_12_16.log will be generated for December 16, 2009, and c:\e3logs\drivers\log_2009_12_17.log will be generated for December 17, 2009.