diff --git a/SteamWare.Logger/Logging.cs b/SteamWare.Logger/Logging.cs index 916e474..a1a06c0 100644 --- a/SteamWare.Logger/Logging.cs +++ b/SteamWare.Logger/Logging.cs @@ -7,13 +7,13 @@ namespace SteamWare.Logger /// /// Classe helper x LOG basata su NLog /// - public static class Log + public static class Logging { /// /// S /// - 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