class VerbosityLevel extends Enum (View source)

Constants

QUIET

NORMAL

VERBOSE

VERY_VERBOSE

DEBUG

Methods

raw()

No description

from Enum
static 
__callStatic($name, $arguments)

No description

from Enum
static
quiet()

No description

static
normal()

No description

static
verbose()

No description

static
veryVerbose()

No description

static
debug()

No description

Details

raw()

static __callStatic($name, $arguments)

Parameters

$name
$arguments

static quiet()

Return Value

static

static normal()

Return Value

static

static verbose()

Return Value

static

static veryVerbose()

Return Value

static

static debug()

Return Value

static