jLogSoapMessage

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

getDuration

getDuration() : integer

Response

integer

the duration of the soap call

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

getFunctionName

getFunctionName() : string

Response

string

soap fonction name

getHeaders

getHeaders() : string

Response

string

http header of the request

getMessage

getMessage() : string
inherited

Response

string

the message

getRequest

getRequest() : string

Response

string

xml content of the request

getResponse

getResponse() : string

Response

string

xml content of the response

Properties

headers

headers : string
var

Type(s)

string

request

request : string
var

Type(s)

string

response

response : string
var

Type(s)

string

duration

duration : integer
var

Type(s)

integer

functionName

functionName : string
var

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