Fix metodo come public
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user