{
    "mode": "man",
    "parameter": "dmmp_context_log_priority_get",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/dmmp_context_log_priority_get/3/json",
    "generated": "2026-07-05T16:04:14Z",
    "synopsis": "int dmmpcontextlogpriorityget (struct dmmpcontext *ctx);",
    "sections": {
        "NAME": {
            "content": "dmmpcontextlogpriorityget - Get log priority.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "int dmmpcontextlogpriorityget (struct dmmpcontext *ctx);\n",
            "subsections": []
        },
        "ARGUMENTS": {
            "content": "ctx         Pointer  of 'struct dmmpcontext'.  If this pointer is NULL, your program will be\nterminated by assert.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Retrieve current log priority. Valid log priority values are:\n\n* DMMPLOGPRIORITYERROR -- 3\n\n* DMMPLOGPRIORITYWARNING -- 4\n\n* DMMPLOGPRIORITYINFO -- 5\n\n* DMMPLOGPRIORITYDEBUG -- 7\n",
            "subsections": []
        },
        "RETURN": {
            "content": "int, log priority.\n\n\n\nMarch 2018                          dmmpcontextlogpriorityget   dmmpcontextlogpriorityget(3)",
            "subsections": []
        }
    },
    "summary": "dmmpcontextlogpriorityget - Get log priority.",
    "flags": [],
    "examples": [],
    "see_also": []
}