Hierarchical Log File Organization in C# .NET
Organize diagnostic logs on disk using a tiered directory structure: a root Log folder contains subdirectories for each service, which in turn hold monthly folders, with individual plain-text files for each calendar day. The helper below traverses upward from the executable location to establish a p...