(log doggies) (log needs)
^\\(log (.*)[^)]\\)\\s*\\(log (.*)[^)]\\)$
It works with the exception of missing character at the end \"s\" as:
^\(log (.*)\)\s*\(log (.*)\)$
You don't need to negate the ).
)