appendStatusInfo

abstract fun appendStatusInfo(stringBuilder: StringBuilder)

Called to log the status of the service.

The status needs to be appended to the stringBuilder.

The generated base classes override this method. This implementation adds the property names of required properties that are not initialized. A property is a required property when its type is a non-null type. Service implementations can override this method to log additional status information.