Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SystemStreams.type
Members list
Value members
Concrete methods
Used to check whether the system streams are all "original", i,e. they have not been overridden. Used for code paths that need to work differently if they have been overridden (e.g. handling subprocess stdout/stderr)
Used to check whether the system streams are all "original", i,e. they have not been overridden. Used for code paths that need to work differently if they have been overridden (e.g. handling subprocess stdout/stderr)
Assumes that the application only uses withStreams to override stdout/stderr/stdin.
Attributes
The original non-override stderr, used for debugging purposes e.g. if you want to print stuff while the system streams override are messed up
The original non-override stderr, used for debugging purposes e.g. if you want to print stuff while the system streams override are messed up
Attributes
Concrete fields
The original system streams of this process, before any redirection.
The original system streams of this process, before any redirection.
NOTE: you should not use this! They do not get captured properly by Mill's stdout/err redirection, and thus only get picked up from the Mill server log files asynchronously. That means that the logs may appear out of order, jumbling your logs and screwing up your terminal