class Logging extends Message

Properties

LoggingDestination[] $producer_destinations
LoggingDestination[] $consumer_destinations

Methods

static 
descriptor()

No description

boolean
hasProducerDestinations()

Check if has a value

getProducerDestinations(int $idx = NULL)

Get value

setProducerDestinations(LoggingDestination $value, $idx = NULL)

Set value

addProducerDestinations(LoggingDestination $value)

Add a new element to

boolean
hasConsumerDestinations()

Check if has a value

getConsumerDestinations(int $idx = NULL)

Get value

setConsumerDestinations(LoggingDestination $value, $idx = NULL)

Set value

addConsumerDestinations(LoggingDestination $value)

Add a new element to

Details

at line line 157
static descriptor()

at line line 191
boolean hasProducerDestinations()

Check if has a value

Return Value

boolean

at line line 200
Logging clearProducerDestinations()

Clear value

Return Value

Logging

at line line 210
LoggingDestination getProducerDestinations(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

LoggingDestination

at line line 220
Logging setProducerDestinations(LoggingDestination $value, $idx = NULL)

Set value

Parameters

LoggingDestination $value
$idx

Return Value

Logging

at line line 229
LoggingDestination[] getProducerDestinationsList()

Get all elements of

Return Value

LoggingDestination[]

at line line 239
Logging addProducerDestinations(LoggingDestination $value)

Add a new element to

Parameters

LoggingDestination $value

Return Value

Logging

at line line 248
boolean hasConsumerDestinations()

Check if has a value

Return Value

boolean

at line line 257
Logging clearConsumerDestinations()

Clear value

Return Value

Logging

at line line 267
LoggingDestination getConsumerDestinations(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

LoggingDestination

at line line 277
Logging setConsumerDestinations(LoggingDestination $value, $idx = NULL)

Set value

Parameters

LoggingDestination $value
$idx

Return Value

Logging

at line line 286
LoggingDestination[] getConsumerDestinationsList()

Get all elements of

Return Value

LoggingDestination[]

at line line 296
Logging addConsumerDestinations(LoggingDestination $value)

Add a new element to

Parameters

LoggingDestination $value

Return Value

Logging