---
title: op_log
description: "本章接口为预留接口，后续有可能变更或废弃，不建议开发者使用，开发者无需关注。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/aolapi/atlasascendc_api_07_1134.html
sourcePath: /source/zh/canncommercial/900/API/aolapi/atlasascendc_api_07_1134.html
indexId: 001abced1f1cdb74d071406b85dab6f790b8a70c85a9343713460f8bcb1b417e70
---
# op_log

本章接口为预留接口，后续有可能变更或废弃，不建议开发者使用，开发者无需关注。


**表1 接口列表**

| 接口定义 | 功能说明 |
| --- | --- |
| GetTid() | 获取线程id。 |
| CheckLogLevelInner(int32\_t moduleId, int32\_t logLevel) | 检查log等级。 |
| DlogRecordInner(int32\_t moduleId, int32\_t level, const char \*fmt, ...) | 打印log。 |
| ReportErrorMessageInner(const std::string &code, const char \*fmt, ...) | 报告内部错误消息。 |
| ReportErrorMessage(const char \*code, const char \*fmt, Arguments &&... args) | 报告错误消息。 |
| GetLogApiInfo() | 获取api信息。 |
| GetFileName(const char \*path) | 获取文件名。 |
| GetOpName() | 获取算子名称。 |
