3.25.5. Identifier Previous topic Parent topic Child topic Next topic

This optional parameter acts as a label that can be useful for custom code in hooks. It can also be referred to by Log xxxxxx in any other clause.
Here is an example of using 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>