Update: Support extended logging arguments

This commit is contained in:
Gary Sharp
2013-05-15 16:19:04 +10:00
parent 0914a85be6
commit 7389d7521f
13 changed files with 44 additions and 27 deletions
@@ -18,6 +18,7 @@ namespace Disco.Services.Logging.Models
public int EventTypeId { get; set; }
[Required]
public DateTime Timestamp { get; set; }
[Column(TypeName="ntext"), MaxLength]
public string Arguments { get; set; }
}
}