Interface LogNotificationItem
interface LogNotificationItem { error?: Error; message?: string; shortInfo?: string; [
key:
string]
: any; } Indexable
[key: string]: any
Properties
Optional error
error?: Error
Optional message
message?: string
Optional shortInfo
shortInfo?: string
An item logged by the log service.