Show / Hide Table of Contents

    Class TextWriterInfoStream

    InfoStream implementation over a such as .

    NOTE: This is analogous to PrintStreamInfoStream in Lucene.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    InfoStream
    TextWriterInfoStream
    PrintStreamInfoStream
    Inherited Members
    InfoStream.NO_OUTPUT
    InfoStream.Default
    InfoStream.Dispose()
    InfoStream.Clone()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public class TextWriterInfoStream : InfoStream

    Constructors

    | Improve this Doc View Source

    TextWriterInfoStream(TextWriter)

    Declaration
    public TextWriterInfoStream(TextWriter stream)
    Parameters
    Type Name Description
    TextWriter stream
    | Improve this Doc View Source

    TextWriterInfoStream(TextWriter, Int32)

    Declaration
    public TextWriterInfoStream(TextWriter stream, int messageID)
    Parameters
    Type Name Description
    TextWriter stream
    System.Int32 messageID

    Fields

    | Improve this Doc View Source

    m_messageID

    Declaration
    protected readonly int m_messageID
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_stream

    Declaration
    protected readonly TextWriter m_stream
    Field Value
    Type Description
    TextWriter

    Properties

    | Improve this Doc View Source

    IsSystemStream

    Declaration
    public virtual bool IsSystemStream { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    InfoStream.Dispose(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
    InfoStream.IsEnabled(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
    InfoStream.Message(String, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)