{
    "content": [
        {
            "type": "text",
            "text": "# dmmp_context_log_priority_get (man)\n\n## NAME\n\ndmmpcontextlogpriorityget - Get log priority.\n\n## SYNOPSIS\n\nint dmmpcontextlogpriorityget (struct dmmpcontext *ctx);\n\n## DESCRIPTION\n\nRetrieve current log priority. Valid log priority values are:\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **ARGUMENTS**\n- **DESCRIPTION**\n- **RETURN**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "dmmp_context_log_priority_get",
        "section": "",
        "mode": "man",
        "summary": "dmmpcontextlogpriorityget - Get log priority.",
        "synopsis": "int dmmpcontextlogpriorityget (struct dmmpcontext *ctx);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "ARGUMENTS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "RETURN",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}