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