From 5a0c5369243b4c986839cf36794fb9eaecbc4d5d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 6 Apr 2019 15:57:33 +0200 Subject: [PATCH] Fix metodo come public --- SteamWareLib/Logging.cs | 10 ++++++++-- SteamWareLib/SteamWare.csproj | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/SteamWareLib/Logging.cs b/SteamWareLib/Logging.cs index 47daf61..c8d63be 100644 --- a/SteamWareLib/Logging.cs +++ b/SteamWareLib/Logging.cs @@ -2,10 +2,16 @@ using NLog.Config; using NLog.Targets; -namespace MConnectSDK +namespace SteamWare { - internal static class Log + /// + /// Classe helper x LOG basata su NLog + /// + public static class Log { + /// + /// S + /// public static Logger Instance { get; private set; } static Log() { diff --git a/SteamWareLib/SteamWare.csproj b/SteamWareLib/SteamWare.csproj index 520c6b5..dca7933 100644 --- a/SteamWareLib/SteamWare.csproj +++ b/SteamWareLib/SteamWare.csproj @@ -199,6 +199,7 @@ + SteamWare.tt