class documentation
Constants used in ProcessEndpoint to decide what to do with stderr.
Present Since | |
13.1 |
Constant | DROP |
Indicates that stderr is to be dropped (and not logged). |
Constant | LOG |
Indicates that stderr is to be logged. |