<AuthBy whatever>
# With an Identifier, can refer to this logger from
# other clauses
<Log SYSLOG>
Identifier mylogger
Facility user
</Log>
....
</AuthBy>
<AuthBy whatever>
# This AuthBy will log to the Log SYSLOG above
Log mylogger
.....
</AuthBy>