logger.LogEntry interface

LogEntry는 [구조화된 Cloud Logging](https://cloud.google.com/logging/docs/structured-logging) 항목을 나타냅니다. severitymessage를 제외한 모든 키가 로깅된 항목의 jsonPayload에 포함됩니다.

서명:

export interface LogEntry 

속성

속성 유형 설명
메시지 문자열
severity LogSeverity

logger.LogEntry.message

서명:

message?: string;

logger.LogEntry.severity

서명:

severity: LogSeverity;