Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TestPointInfoStream

    Inheritance
    object
    InfoStream
    TestPointInfoStream
    Implements
    IDisposable
    Inherited Members
    InfoStream.NO_OUTPUT
    InfoStream.Default
    InfoStream.Dispose()
    InfoStream.Clone()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    InfoStream.Dispose(bool)

    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
    InfoStream.IsEnabled(string)

    Message(string, string)

    Prints a message

    Declaration
    public override void Message(string component, string message)
    Parameters
    Type Name Description
    string component
    string message
    Overrides
    InfoStream.Message(string, string)

    Implements

    IDisposable
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.