Logging
class Logging extends Message
Properties
LoggingDestination[] | $producer_destinations | ||
LoggingDestination[] | $consumer_destinations |
Methods
static
descriptor()
No description
boolean
hasProducerDestinations()
Check if
clearProducerDestinations()
Clear
getProducerDestinations(int $idx = NULL)
Get
getProducerDestinationsList()
Get all elements of
boolean
hasConsumerDestinations()
Check if
clearConsumerDestinations()
Clear
getConsumerDestinations(int $idx = NULL)
Get
getConsumerDestinationsList()
Get all elements of
Details
at line line 157
static
descriptor()
at line line 191
boolean
hasProducerDestinations()
Check if
at line line 200
Logging
clearProducerDestinations()
Clear
at line line 210
LoggingDestination
getProducerDestinations(int $idx = NULL)
Get
at line line 220
Logging
setProducerDestinations(LoggingDestination $value, $idx = NULL)
Set
at line line 229
LoggingDestination[]
getProducerDestinationsList()
Get all elements of
at line line 239
Logging
addProducerDestinations(LoggingDestination $value)
Add a new element to
at line line 248
boolean
hasConsumerDestinations()
Check if
at line line 257
Logging
clearConsumerDestinations()
Clear
at line line 267
LoggingDestination
getConsumerDestinations(int $idx = NULL)
Get
at line line 277
Logging
setConsumerDestinations(LoggingDestination $value, $idx = NULL)
Set
at line line 286
LoggingDestination[]
getConsumerDestinationsList()
Get all elements of
at line line 296
Logging
addConsumerDestinations(LoggingDestination $value)
Add a new element to