Log
xxxxxx in any other clause.Identifier:<AuthBy whatever>
# With an Identifier, can refer to this logger from other clauses
<Log FILE>
Identifier mylogger
Filename xxxxxx
</Log>
....
</AuthBy>
<AuthBy whatever>
# This AuthBy will log to the Log FILE above
Log mylogger
.....
</AuthBy>