Show / Hide Table of Contents

    Class PrintStreamInfoStream

    LUCENENET specific stub to assist with migration to TextWriterInfoStream.

    Inheritance
    System.Object
    InfoStream
    TextWriterInfoStream
    PrintStreamInfoStream
    Inherited Members
    TextWriterInfoStream.m_messageID
    TextWriterInfoStream.m_stream
    TextWriterInfoStream.Message(String, String)
    TextWriterInfoStream.IsEnabled(String)
    TextWriterInfoStream.Dispose(Boolean)
    TextWriterInfoStream.IsSystemStream
    InfoStream.NO_OUTPUT
    InfoStream.Default
    InfoStream.Dispose()
    InfoStream.Clone()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public class PrintStreamInfoStream : TextWriterInfoStream

    Constructors

    | Improve this Doc View Source

    PrintStreamInfoStream(TextWriter)

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

    PrintStreamInfoStream(TextWriter, Int32)

    Declaration
    public PrintStreamInfoStream(TextWriter stream, int messageID)
    Parameters
    Type Name Description
    TextWriter stream
    System.Int32 messageID
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)