Class NullInfoStream
Prints nothing. Just to make sure tests pass w/ and without enabled Lucene.Net.Util.InfoStream without actually making noise.
Note
This API is experimental and might change in incompatible ways in the next release.
Inheritance
System.Object
Lucene.Net.Util.InfoStream
NullInfoStream
Implements
System.IDisposable
Inherited Members
Lucene.Net.Util.InfoStream.NO_OUTPUT
Lucene.Net.Util.InfoStream.Default
Lucene.Net.Util.InfoStream.Dispose()
Lucene.Net.Util.InfoStream.Clone()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class NullInfoStream : InfoStream, IDisposable
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Lucene.Net.Util.InfoStream.Dispose(System.Boolean)
|
Improve this Doc
View Source
IsEnabled(String)
Declaration
public override bool IsEnabled(string component)
Parameters
Type | Name | Description |
---|---|---|
System.String | component |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Lucene.Net.Util.InfoStream.IsEnabled(System.String)
|
Improve this Doc
View Source
Message(String, String)
Declaration
public override void Message(string component, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | component | |
System.String | message |
Overrides
Lucene.Net.Util.InfoStream.Message(System.String, System.String)
Implements
System.IDisposable