That functionality is in beta status. For me, IE threw error as it does not handle that method, Chrome returned an empty log, but Firefox worked. I don't have the latest packages though.
If you want to do a string search, you should use Convert To String first or similar, as get_log returns a list of dict.
Here is how you can get the log from a user keyword. If you want to do it in Python, there are examples of similar code in older posts.
Browser Log
${s2l}= Get Library Instance Selenium2Library
${log}= Call Method ${s2l._current_browser()} get_log browser
Log List ${log}
[Teardown] Close Browser
Cheers,
Kevin