Yii2Tech Authlog

Hello, i would like to know how to automatically log errors with this extension, so fat i have tried using


AuthLogIdentityBehavior::logAuthError();

method but so far i can’t figure what are the parameters i should be passing to it.

[Solved]

Had to use


AuthLogLoginFormBehavior::logAuthError('Equipo no asignado');

instead