Define log class concepts whereby logging can be filtered by threshold and class.
LogClassSet(...), LogClassClear(), LogClassAdd(...), LogClassDel(...)
Class maps to a bit in a bitmap. All logging macros check loglevel and class bit.
Reserved names: 'all', 'none', 'common' (default)