This commit is contained in:
JustArchi 2017-04-05 17:30:56 +02:00
parent 64845e3d0f
commit 5feda9f751

View file

@ -46,7 +46,6 @@ namespace ArchiSteamFarm {
// This constructor is intentionally public, as NLog uses it for creating targets
// It must stay like this as we want to have SteamTargets defined in our NLog.config
// Keeping date in default layout also doesn't make much sense, so we remove it by default
[SuppressMessage("ReSharper", "EmptyConstructor")]
public SteamTarget() => Layout = "${level:uppercase=true}|${logger}|${message}";
protected override void Write(LogEventInfo logEvent) {