3#if PL_DISABLED(PL_COMPILE_FOR_DEVELOPMENT)
9#if PL_DISABLED(PL_COMPILE_FOR_DEBUG)
static void Dev(plLogInterface *pInterface, const plFormatString &string)
Status information that is nice to have during development.
static void Debug(plLogInterface *pInterface, const plFormatString &string)
Status information during debugging. Very verbose. Usually only temporarily added to the code.
Base class for all logging classes.
Definition Log.h:77