jSQLLogMessage

Extends \jLogMessage

class that handles a sql query for a logger

package

jelix

Methods

__construct

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

Arguments

$message

$category

endQuery

endQuery() 

return the category of the message

getCategory() : string
inherited

Response

string

category name

getDao

getDao() 

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

getMessage

getMessage() : string
inherited

Response

string

the message

getTime

getTime() 

getTrace

getTrace() 

setRealQuery

setRealQuery( $sql) 

Arguments

$sql

Properties

startTime

startTime : 

Type(s)

endTime

endTime : 

Type(s)

trace

trace : 

Type(s)

originalQuery

originalQuery : 

Type(s)

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