[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
设置语言运行时
许多编程语言都具有标准的日志写入界面,您可以重新配置此类界面,以使用 Logging。
写入日志
要向 Logging 写入日志,您可以执行以下任一操作:
向虚拟机实例上的现有日志文件(如 syslog
)写入日志。Logging 代理将日志发送到 Google Cloud 的运维套件。如需了解详情,请参阅关于代理。
配置标准日志记录软件包,以发送您写入 Logging 的日志。如需了解详情,请参阅以下详情页面:
根据您的编程语言使用 Logging 客户端库来调用 Logging API。
直接调用 Logging API REST 端点。请参阅 Logging API 参考文档。
使用 Cloud SDK。如需了解详情,请参阅 gcloud logging 命令行界面。
读取日志
要读取 Logging 中的日志条目,您可以执行以下任一操作:
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-01-24 UTC.