From 8fc17f44ea07ced0a901d65c661bca93ad6cd974 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 20 Feb 2020 16:12:37 +0100 Subject: [PATCH] Fix classe logging NLog --- SteamWare.Logger/Logging.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SteamWare.Logger/Logging.cs b/SteamWare.Logger/Logging.cs index 916e474..a1a06c0 100644 --- a/SteamWare.Logger/Logging.cs +++ b/SteamWare.Logger/Logging.cs @@ -7,13 +7,13 @@ namespace SteamWare.Logger /// /// Classe helper x LOG basata su NLog /// - public static class Log + public static class Logging { /// /// S /// - public static Logger Instance { get; private set; } - static Log() + public static NLog.Logger Instance { get; private set; } + static Logging() { #if DEBUG // Setup the logging view for Sentinel - http://sentinel.codeplex.com