Fix metodo come public

This commit is contained in:
Samuele E. Locatelli
2019-04-06 15:57:33 +02:00
parent ecfd5e2f59
commit 5a0c536924
2 changed files with 9 additions and 2 deletions
+8 -2
View File
@@ -2,10 +2,16 @@
using NLog.Config;
using NLog.Targets;
namespace MConnectSDK
namespace SteamWare
{
internal static class Log
/// <summary>
/// Classe helper x LOG basata su NLog
/// </summary>
public static class Log
{
/// <summary>
/// S
/// </summary>
public static Logger Instance { get; private set; }
static Log()
{
+1
View File
@@ -199,6 +199,7 @@
<Compile Include="licenseMan.cs" />
<Compile Include="log2note.cs" />
<Compile Include="logger.cs" />
<Compile Include="Logging.cs" />
<Compile Include="memLayer.cs" />
<Compile Include="SteamWare.cs">
<DependentUpon>SteamWare.tt</DependentUpon>