Constants |
public
|
TARGET_STREAM = 1
Implements StreamTargetInterface
Implements StreamTargetInterface
|
#
|
public
|
TARGET_STDIO = 2
Implements StreamTargetInterface and writes to STDOUT or STDERR
Implements StreamTargetInterface and writes to STDOUT or STDERR
|
#
|
public
|
TARGET_STDOUT = 4
Implements StreamTargetInterface and writes to STDOUT
Implements StreamTargetInterface and writes to STDOUT
|
#
|
public
|
TARGET_STDERR = 8
Implements StreamTargetInterface and writes to STDERR
Implements StreamTargetInterface and writes to STDERR
|
#
|
public
|
TARGET_TTY = 16
Implements StreamTargetInterface and writes to a TTY
Implements StreamTargetInterface and writes to a TTY
|
#
|
public
|
TARGET_INVERT = 32
Does not match enabled flags
Does not match enabled flags
|
#
|