jLogMessage

Implements \jILogMessage

class that handles a simple message for a logger

package

jelix

Methods

__construct

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

Arguments

$message

$category

return the category of the message

getCategory() : string

Response

string

category name

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

getFormatedMessage() : string

Response

string

the message

getMessage

getMessage() : string

Response

string

the message

Properties

the category of the message

category : string
var

the category of the message

Type(s)

string

the message

message : string
var

the message

Type(s)

string