Make logfile a public getter
This commit is contained in:
parent
ae2854ce05
commit
9e2ff2e2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace TShockAPI
|
|||
|
||||
public static class Log
|
||||
{
|
||||
private static string _filename;
|
||||
public static string _filename { get; private set; }
|
||||
private static LogLevel _logLevel;
|
||||
private static StreamWriter _logWriter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue