LogEntry
는 [구조화된 Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) 항목을 나타냅니다. severity
와 message
를 제외한 모든 키가 로깅된 항목의 jsonPayload
에 포함됩니다.
서명:
export interface LogEntry
속성
속성 | 유형 | 설명 |
---|---|---|
메시지 | 문자열 | |
severity | LogSeverity |
logger.LogEntry.message
서명:
message?: string;
logger.LogEntry.severity
서명:
severity: LogSeverity;