Compartir a través de


TrackingEvent Clase

Evento de seguimiento.

Todos los parámetros necesarios deben rellenarse para enviarlos a Azure.

Herencia
TrackingEvent

Constructor

TrackingEvent(*, event_level: str | EventLevel, event_time: datetime, record_type: str | TrackingRecordType, record: Any | None = None, error: TrackingEventErrorInfo | None = None, **kwargs)

Parámetros

event_level
str o EventLevel

Necesario. Nivel de evento. Entre los valores posibles se incluyen: "LogAlways", "Critical", "Error", "Warning", "Informational", "Verbose".

event_time
datetime

Necesario. La hora del evento.

record_type
str o TrackingRecordType

Necesario. Tipo de registro. Entre los valores posibles se incluyen: "NotSpecified", "Custom", "AS2Message", "AS2MDN", "X12Interchange", "X12FunctionalGroup", "X12TransactionSet", "X12InterchangeAcknowledgment", "X12FunctionalGroupAcknowledgment ", "X12TransactionSetAcknowledgment", "EdifactInterchange", "EdifactFunctionalGroup", "EdifactTransactionSet", "EdifactInterchangeAcknowledgment", "EdifactFunctionalGroupAcknowledgment", "EdifactTransactionSetAcknowledgment".

record
any

El registro.

error
TrackingEventErrorInfo

El error.

Variables

event_level
str o EventLevel

Necesario. Nivel de evento. Entre los valores posibles se incluyen: "LogAlways", "Critical", "Error", "Warning", "Informational", "Verbose".

event_time
datetime

Necesario. La hora del evento.

record_type
str o TrackingRecordType

Necesario. Tipo de registro. Entre los valores posibles se incluyen: "NotSpecified", "Custom", "AS2Message", "AS2MDN", "X12Interchange", "X12FunctionalGroup", "X12TransactionSet", "X12InterchangeAcknowledgment", "X12FunctionalGroupAcknowledgment ", "X12TransactionSetAcknowledgment", "EdifactInterchange", "EdifactFunctionalGroup", "EdifactTransactionSet", "EdifactInterchangeAcknowledgment", "EdifactFunctionalGroupAcknowledgment", "EdifactTransactionSetAcknowledgment".

record
any

El registro.

error
TrackingEventErrorInfo

El error.