Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Added log file full path property
Browse files Browse the repository at this point in the history
  • Loading branch information
craftersmine committed Mar 4, 2019
1 parent 653db7c commit c4a5e56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions craftersmine.EtherEngine.Utilities/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ public sealed class Logger
/// </summary>
public List<LogEntry> LogEntries { get; } = new List<LogEntry>();

/// <summary>
/// Gets current log file full path
/// </summary>
public string LogFile { get { return _file; } }

/// <summary>
/// Creates new <see cref="Logger"/> instance
/// </summary>
Expand Down

0 comments on commit c4a5e56

Please sign in to comment.