class that handles a dump of a php value, for a logger
| package |
jelix |
|---|
__construct( $message, $category = 'default')
getCategory() : string
stringcategory name
getDuration() : integer
integerthe duration of the soap call
getFormatedMessage() : string
stringthe message
getFunctionName() : string
stringsoap fonction name
getHeaders() : string
stringhttp header of the request
getMessage() : string
stringthe message
getRequest() : string
stringxml content of the request
getResponse() : string
stringxml content of the response
headers : string
| var |
|---|
string
request : string
| var |
|---|
string
response : string
| var |
|---|
string
duration : integer
| var |
|---|
integer
functionName : string
| var |
|---|
string
category : string
| var |
the category of the message |
|---|
string