ReportableInterface
Table of Contents
Methods
-
debug()
: void
-
error()
: void
-
info()
: void
-
notice()
: void
-
warning()
: void
debug()
public
debug(string $message[, bool $execute = true ]) : void
Parameters
-
$message
: string
-
-
$execute
: bool
= true
-
error()
public
error(string $message[, bool $execute = true ]) : void
Parameters
-
$message
: string
-
-
$execute
: bool
= true
-
info()
public
info(string $message[, bool $execute = true ]) : void
Parameters
-
$message
: string
-
-
$execute
: bool
= true
-
notice()
public
notice(string $message[, bool $execute = true ]) : void
Parameters
-
$message
: string
-
-
$execute
: bool
= true
-
warning()
public
warning(string $message[, bool $execute = true ]) : void
Parameters
-
$message
: string
-
-
$execute
: bool
= true
-