jLogDumpMessage

Extends \jLogMessage

class that handles a dump of a php value, for a logger

package

jelix

Methods

__construct

__construct( $message,  $category = 'default') 
inherited

Arguments

$message

$category

return the category of the message

getCategory() : string
inherited

Response

string

category name

return the full message, formated for simple text output (it can contain informations other than the message itself)

getFormatedMessage() : string
inherited

Response

string

the message

getLabel

getLabel() 

getMessage

getMessage() : string
inherited

Response

string

the message

Properties

the additionnal label

label : string
var

the additionnal label

Type(s)

string

the category of the message

category : string
inherited
var

the category of the message

Type(s)

string

the message

message : string
inherited
var

the message

Type(s)

string