logger.LogEntry interface

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

서명:

export interface LogEntry 

속성

재산 유형 설명
메시지
심각성 로그 심각도

로거.LogEntry.message

서명:

message?: string;

로거.로그엔트리.심각도

서명:

severity: LogSeverity;