{
    "content": [
        {
            "type": "text",
            "text": "# dmmp_log_priority_str (man)\n\n## NAME\n\ndmmplogprioritystr - Convert log priority to string.\n\n## SYNOPSIS\n\nconst char * dmmplogprioritystr (int priority);\n\n## DESCRIPTION\n\nConvert log priority to string (const char *).\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_log_priority_str",
        "section": "",
        "mode": "man",
        "summary": "dmmplogprioritystr - Convert log priority to string.",
        "synopsis": "const char * dmmplogprioritystr (int priority);",
        "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": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "RETURN",
                "lines": 13,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dmmplogprioritystr - Convert log priority to string.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "const char * dmmplogprioritystr (int priority);\n",
                "subsections": []
            },
            "ARGUMENTS": {
                "content": "priority    int. Log priority.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Convert log priority to string (const char *).\n",
                "subsections": []
            },
            "RETURN": {
                "content": "const char *. Valid string are:\n\n* \"ERROR\" for DMMPLOGPRIORITYERROR\n\n* \"WARN \" for DMMPLOGPRIORITYWARNING\n\n* \"INFO \" for DMMPLOGPRIORITYINFO\n\n* \"DEBUG\" for DMMPLOGPRIORITYDEBUG\n\n* \"Invalid argument\" for invalid log priority.\n\nMarch 2018                            dmmplogprioritystr              dmmplogprioritystr(3)",
                "subsections": []
            }
        }
    }
}