Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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
    object
    InfoStream
    NullInfoStream
    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.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class NullInfoStream : InfoStream, IDisposable

    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.