VerbosityThresholdInterface
interface VerbosityThresholdInterface (View source)
Record and determine whether the current verbosity level exceeds the desired threshold level to produce output.
Constants
VERBOSITY_NORMAL |
|
VERBOSITY_VERBOSE |
|
VERBOSITY_VERY_VERBOSE |
|
VERBOSITY_DEBUG |
|
Methods
$this
setVerbosityThreshold(int $verbosityThreshold)
No description
int
verbosityThreshold()
No description
outputAdapter()
No description
bool
hasOutputAdapter()
No description
int
verbosityMeetsThreshold()
No description
writeMessage(string $message)
No description
Details
$this
setVerbosityThreshold(int $verbosityThreshold)
No description
int
verbosityThreshold()
No description
setOutputAdapter(OutputAdapterInterface $outputAdapter)
No description
OutputAdapterInterface
outputAdapter()
No description
bool
hasOutputAdapter()
No description
int
verbosityMeetsThreshold()
No description
writeMessage(string $message)
No description