Class NullInfoStream
Prints nothing. Just to make sure tests pass w/ and without enabled
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
NullInfoStream
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class NullInfoStream : InfoStream
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
IsEnabled(String)
Declaration
public override bool IsEnabled(string component)
Parameters
Type | Name | Description |
---|---|---|
System.String | component |
Returns
Type | Description |
---|---|
System.Boolean |
Message(String, String)
Declaration
public override void Message(string component, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | component | |
System.String | message |