Fix classe logging NLog

This commit is contained in:
Samuele E. Locatelli
2020-02-20 16:12:37 +01:00
parent 524248af7b
commit 8fc17f44ea
+3 -3
View File
@@ -7,13 +7,13 @@ namespace SteamWare.Logger
/// <summary>
/// Classe helper x LOG basata su NLog
/// </summary>
public static class Log
public static class Logging
{
/// <summary>
/// S
/// </summary>
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