Finished styling on the logger for now. #59

This commit is contained in:
tidusjar 2016-03-24 23:16:55 +00:00
commit b96087d089
21 changed files with 19906 additions and 47 deletions

View file

@ -27,6 +27,7 @@
using System;
using Dapper.Contrib.Extensions;
using Newtonsoft.Json;
namespace PlexRequests.Store.Models
{
@ -39,5 +40,8 @@ namespace PlexRequests.Store.Models
public string Message { get; set; }
public string Callsite { get; set; }
public string Exception { get; set; }
[JsonIgnore]
public string DateString { get; set; }
}
}