diff --git a/src/Ninject.Extensions.Logging/ILoggerFactory.cs b/src/Ninject.Extensions.Logging/ILoggerFactory.cs index 3ac8cbc..1b6a702 100644 --- a/src/Ninject.Extensions.Logging/ILoggerFactory.cs +++ b/src/Ninject.Extensions.Logging/ILoggerFactory.cs @@ -37,7 +37,7 @@ public interface ILoggerFactory /// The context for which a logger is created. /// The newly-created logger. ILogger GetLogger(IContext context); - + #if !SILVERLIGHT && !NETCF /// /// Gets the logger for the class calling this method.