You specify the number of pages with the following value:
LogPages : REG_DWORD
The default formatting changed in KMDF v1.5. The big difference between the two is that for v1.5 the calling function is in the entry, while pre v1.5 the source file and line number are in the entry. The calling function is much more useful to an external developer then the file and line number (which is only available internally) which is why we made the change. (If you use the v1.5 wdfkd.ll with an earlier version of KMDF, you will get the v1.5 formatting.)
KMDF v1.5: "%7!u!: %!FUNC! - " KMDF v1.0 and v1.1: "%7!u!: %2!-20.20s! -- "
You specify verbose logging with the following registry value. A value of 0x0 (the default) turns verbose logging off, while a non zero value will enable verbose logging.
VerboseOn : REG_DWORD