Added some formatting changes to log files. Fixed #458
This commit is contained in:
parent
778f0b4f77
commit
673f25f881
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace TShockAPI
|
|||
[APIVersion(1, 12)]
|
||||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
private const string LogFormatDefault = "yyyyMMddHHmmss";
|
||||
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";
|
||||
private static string LogFormat = LogFormatDefault;
|
||||
private static bool LogClear = false;
|
||||
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue