Click or drag to resize
Akka.NETStandardOutWriter Class
This class contains methods for thread safe writing to the standard output stream.
Inheritance Hierarchy
SystemObject
  Akka.UtilStandardOutWriter

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class StandardOutWriter

The StandardOutWriter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWrite
Writes the specified String value to the standard output stream. Optionally you may specify which colors should be used.
Public methodStatic memberWriteLine
Writes the specified String value, followed by the current line terminator, to the standard output stream. Optionally you may specify which colors should be used.
Top
See Also