OK, so I'd probably start with a couple of templates like this:
To pick up Warning Application events:
"* MSWinEventLog * Application * Warning $(Hostname) 0 $(Message)"
Warning System events:
"* MSWinEventLog * System * Warning $(Hostname) 0 $(Message)"
You can do something similar with Critical events.