mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-13 00:17:21 +00:00
Misc
This commit is contained in:
parent
64845e3d0f
commit
5feda9f751
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue