Debug msg in Infs

Hi,
I have a doubt which is kind-of related to NT device driver development.
I am writing an INF for my WDM driver. The INF is gonna be a dual OS INF for
Win98 and Win2K. =

Is there a mechanism for generating a debug log(msgs) from my INF file??
I want to do something parallel to the debugprintf that we put in our driver
code. So, as to enable me to
do a post mortem analysis if something bombs.

Thx in advance,
-Pramod