Logger command

There’s an equivalent of logger command on routeros? I need to craft some log message for testing purpose

:log <topic> <message>

https://wiki.mikrotik.com/wiki/Manual:Scripting#Global_commands

You can do

:log info message="test log"

thank you so much, I didn’t happen to find that man page when googling