@@ -1984,25 +1984,6 @@ public ConsoleLogger(string name, Castle.Core.Logging.LoggerLevel logLevel) { }
19841984 public override Castle . Core . Logging . ILogger CreateChildLogger ( string loggerName ) { }
19851985 protected override void Log ( Castle . Core . Logging . LoggerLevel loggerLevel , string loggerName , string message , System . Exception exception ) { }
19861986 }
1987- [ System . Runtime . Versioning . SupportedOSPlatform ( "windows" ) ]
1988- public class DiagnosticsLogger : Castle . Core . Logging . LevelFilteredLogger , System . IDisposable
1989- {
1990- public DiagnosticsLogger ( string logName ) { }
1991- public DiagnosticsLogger ( string logName , string source ) { }
1992- public DiagnosticsLogger ( string logName , string machineName , string source ) { }
1993- public override Castle . Core . Logging . ILogger CreateChildLogger ( string loggerName ) { }
1994- public void Dispose ( ) { }
1995- protected virtual void Dispose ( bool disposing ) { }
1996- protected override void Finalize ( ) { }
1997- protected override void Log ( Castle . Core . Logging . LoggerLevel loggerLevel , string loggerName , string message , System . Exception exception ) { }
1998- }
1999- [ System . Runtime . Versioning . SupportedOSPlatform ( "windows" ) ]
2000- public class DiagnosticsLoggerFactory : Castle . Core . Logging . AbstractLoggerFactory
2001- {
2002- public DiagnosticsLoggerFactory ( ) { }
2003- public override Castle . Core . Logging . ILogger Create ( string name ) { }
2004- public override Castle . Core . Logging . ILogger Create ( string name , Castle . Core . Logging . LoggerLevel level ) { }
2005- }
20061987 public interface IContextProperties
20071988 {
20081989 object this [ string key ] { get ; set ; }
0 commit comments