Work on GUI

There is still a long way till it's done...
This commit is contained in:
JustArchi
2016-08-02 12:13:15 +02:00
parent 612abef327
commit 6bd161359f
15 changed files with 621 additions and 65 deletions

View File

@@ -36,8 +36,7 @@ using NLog.Windows.Forms;
// ReSharper disable once CheckNamespace
namespace ArchiSteamFarm {
internal static class Logging {
private const string LayoutMessage = @"${message}${onexception:inner= ${exception:format=toString,Data}}";
private const string GeneralLayout = @"${date:format=yyyy-MM-dd HH\:mm\:ss}|${level:uppercase=true}|" + LayoutMessage;
private const string GeneralLayout = @"${date:format=yyyy-MM-dd HH\:mm\:ss} | ${level:uppercase=true} | ${message}${onexception:inner= | ${exception:format=toString,Data}}";
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();