LogEntry
แสดงรายการ [Cloud Logging ที่มีโครงสร้าง](https://cloud.google.com/logging/docs/structured-logging) คีย์ทั้งหมดที่นอกเหนือจาก severity
และ message
จะรวมอยู่ใน jsonPayload
ของรายการที่บันทึก
ลายเซ็น:
export interface LogEntry
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
---|---|---|
ข้อความ | สตริง | |
ความรุนแรง | ระดับบันทึก |
logger.LogEntry.message
ลายเซ็น:
message?: string;
logger.LogEntry.severity
ลายเซ็น:
severity: LogSeverity;