Class TestPointInfoStream
Implements
Inherited Members
      InfoStream.NO_OUTPUT
    
    
      InfoStream.Default
    
    
      InfoStream.Dispose()
    
    
      InfoStream.Clone()
    
    
    
    
    
    
    
  Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class TestPointInfoStream : InfoStream, IDisposable
  Constructors
TestPointInfoStream(InfoStream, ITestPoint)
Declaration
public TestPointInfoStream(InfoStream @delegate, ITestPoint testPoint)
  Parameters
| Type | Name | Description | 
|---|---|---|
| InfoStream | delegate | |
| ITestPoint | testPoint | 
Methods
Dispose(bool)
Disposes this Lucene.Net.Util.InfoStream
Declaration
protected override void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| bool | disposing | 
Overrides
IsEnabled(string)
Returns true if messages are enabled and should be posted to Message(string, string).
Declaration
public override bool IsEnabled(string component)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | component | 
Returns
| Type | Description | 
|---|---|
| bool | 
Overrides
Message(string, string)
Prints a message
Declaration
public override void Message(string component, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | component | |
| string | message |