PrintStreamInfoStream

open class PrintStreamInfoStream(stream: PrintStream, messageID: Int = MESSAGE_ID.fetchAndIncrement()) : InfoStream

InfoStream implementation over a PrintStream such as System.out.

Constructors

Link copied to clipboard
constructor(stream: PrintStream, messageID: Int = MESSAGE_ID.fetchAndIncrement())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun isEnabled(component: String): Boolean

returns true if messages are enabled and should be posted to .message.

Link copied to clipboard
open override fun message(component: String, message: String)

prints a message