StdOut
class StdOut(substitutionEngineType: StreamSubstitutionType) : StreamSubstitutionManager<PrintStream>
Functions
Link copied to clipboard
fun <T> withSubstitutedStreams(systemStreamFactory: (initial: PrintStream?) -> PrintStream, kernelStreamFactory: (initial: PrintStream?) -> PrintStream?, body: () -> T): T