### Classes
#### DNSResourceRecord
-| | |
+| | |
|:--|:--|
|QType qtype|QType of this record|
|string qname|name of this record|
|bool disabled|If set, this record is not to be served to DNS clients. Backends should not make these records available to PowerDNS unless indicated otherwise.|
#### SOAData
-| | |
+| | |
|:--|:--|
|string nameserver|Name of the master nameserver of this zone|
|string hostmaster|Hostmaster of this domain. May contain an @|
The mentioned DomainInfo struct looks like this:
### DomainInfo struct
-| | |
+| | |
|:--|:--|
|uint32\_t id|ID of this zone within this backend|
|string master|IP address of the master of this domain, if any|
To log messages with the main PowerDNS Recursor process, use `pdnslog(message)`. Available since version 3.2. pdnslog can also write out to a syslog loglevel if specified. Use `pdnslog(message, pdns.loglevels.LEVEL)` with the correct pdns.loglevels entry. Entries are listed in the following table:
-| | |
+| | |
|:--||:--|
|All|pdns.loglevels.All|
|NTLog|pdns.loglevels.NTLog|