How do I get list of previouse operations with all the operator parameters?

I want to get list of recent operations, but with all the operations properties.
I tried getting info area log, but the listing has separate lines for operator, and properties. Eg. when using inset operator, and then adjusting some properties of inset operator, the info log looks like this:



So inset properties are split into few lines. That makes it hard to get operator command with all the properties.
Is there way get operator command with it’s properties, so that it can be executed again with exactly same result? (I try to make macro recorder).