fixed broken build

This commit is contained in:
eeichinger
2009-04-16 17:15:09 +00:00
parent 1d0d015c2e
commit ca397dc583

View File

@@ -17,9 +17,11 @@ namespace Spring.Aspects.Exceptions
: base(NAME, LogLevel.All, false, false, null)
{}
#else
public CaptureOutputLogger()
: base(false, NAME, LogLevel.All, true, false, false, null)
{ }
public CaptureOutputLogger()
: base(NAME, LogLevel.All, false, false, null)
// TODO: use this line when upgrading to Common.Logging 2.0:
// : base(false, NAME, LogLevel.All, true, false, false, null)
{ }
#endif
// private LogLevel _currentLogLevel = LogLevel.All;