# Configure QCC74xLOG functions

Source: [https://docs.qualcomm.com/doc/80-58740-4/topic/configure-qcc74xlog-functions.html](https://docs.qualcomm.com/doc/80-58740-4/topic/configure-qcc74xlog-functions.html)

To configure the related functions of QCC74xLOG, you must add the corresponding code to
            the `proj.conf` file in the corresponding project directory.

The following is a `proj.conf` configuration that does not support file
            output.

    # Enable QCC74xLOG
    set(CONFIG_QCC74xLOG 1)
    # Enable parameter checking, can be disabled
    set(CONFIG_QCC74xLOG_DEBUG 1)Copy to clipboard

In addition, adding the following configurations in the `proj.conf`
            configuration can use the `qcc74xlog_user.h` configuration file. The
            default configuration file is `qcc74xlog_default.h`

**Parent Topic:** [QCC74xLOG](https://docs.qualcomm.com/doc/80-58740-4/topic/qcc74xlog_0.html)

Last Published: Feb 10, 2025

[Previous Topic
Introduction](https://docs.qualcomm.com/bundle/publicresource/80-58740-4/topics/introduction.md) [Next Topic
Macros](https://docs.qualcomm.com/bundle/publicresource/80-58740-4/topics/macros.md)