1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added kPRLogVerbose.

This commit is contained in:
Adam Preble
2009-05-30 15:08:14 -04:00
parent 269ad3df71
commit 87d5b17c74
2 changed files with 17 additions and 16 deletions

View File

@@ -72,6 +72,7 @@ typedef void * PRHandle; /**< Opaque type used to reference an individual P-
#define kPRHandleInvalid (0) /**< Value returned by PRCreate() on failure. Indicates an invalid #PRHandle. */
typedef enum PRLogLevel {
kPRLogVerbose,
kPRLogInfo,
kPRLogWarning,
kPRLogError