Fix classe logging NLog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user