Enum ExceptionLogger.ScrollUpResult
As a convenience, the ScrollUp method reports the result through a bit-mapped enumeration.
Namespace: WizardWrx.DLLConfigurationManager
Assembly: WizardWrx.DLLConfigurationManager.dll
Syntax
public enum ScrollUpResult : int
Fields
Name | Description |
---|---|
Both | Both console streams were scrolled up one line, which happens only when the standard output stream is redirected AND messages are being reported on both streams. |
NoAction | Nothing happened, most likely because the calling process runs in the Windows (graphical) User Interface subsystem, which is unsupported, though not treated as an outright failure. |
StandardError | The standard error console stream was scrolled up one line. |
StandardOutput | The standard output console stream was scrolled up one line. |