First page Back Continue Last page Overview Graphics
Hierarchical vs. Non-Hierarchical
Example of a non-hierarchical ZConfig config file:
logging on
logging-level 10
logfile /some/file/somewhere
Example of a hierarchical ZConfig config file:
logging on
<log>
level 10
<file-handler>
file /some/file/somewhere
</file-handler>
</log>
Notes: