class documentation

class StandardErrorBehavior(Names): (source)

View In Hierarchy

Constants used in ProcessEndpoint to decide what to do with stderr.
Present Since
13.1
Class Variable DROP Indicates that stderr is to be dropped (and not logged).
Class Variable LOG Indicates that stderr is to be logged.
DROP = (source)
Indicates that stderr is to be dropped (and not logged).
Indicates that stderr is to be logged.