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

setOutputAdapter(OutputAdapterInterface $outputAdapter)

No description

bool
hasOutputAdapter()

No description

int
verbosityMeetsThreshold()

No description

writeMessage(string $message)

No description

Details

$this setVerbosityThreshold(int $verbosityThreshold)

No description

Parameters

int $verbosityThreshold

Return Value

$this

int verbosityThreshold()

No description

Return Value

int

setOutputAdapter(OutputAdapterInterface $outputAdapter)

No description

Parameters

OutputAdapterInterface $outputAdapter

OutputAdapterInterface outputAdapter()

No description

Return Value

OutputAdapterInterface

bool hasOutputAdapter()

No description

Return Value

bool

int verbosityMeetsThreshold()

No description

Return Value

int

writeMessage(string $message)

No description

Parameters

string $message