Skip to content

Commit

Permalink
Removed obsolete static property LogDirectoryPath from CurrentApp class.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed May 20, 2024
1 parent 999ebf0 commit bfe8643
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mhlib/CurrentApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ public static string LogFileName
}
}

/// <summary>
/// Get full path to Nlog's directory for storing log files.
/// </summary>
public static string LogDirectoryPath => Path.GetDirectoryName(LogFileName);

/// <summary>
/// Get application name from the resource section of calling assembly.
/// </summary>
Expand Down

0 comments on commit bfe8643

Please sign in to comment.