getHandlerBytes

abstract fun getHandlerBytes(index: Int): ByteString
Handlers active for this logger; referenced by name.
repeated string handler = 2;

Return

The bytes of the handler at the given index.

Parameters

index

The index of the value to return.