Optional bodybody prop represents additional information about request body. Optional.
Optional browserbrowser prop represents additional information about browser. Optional.
Optional cookiescookies prop represents the cookies. Optional.
details prop represents an in-depth summary of the log. Required.
Optional environmentenvironment prop represents the actual stage of the application. will be overwritten by the package with environment variable i-e: ENVIRONMENT
Optional headersheaders prop represents additional information about request headers. Optional.
message prop represents a high-level introduction of the log. Required.
Optional metadatametadata prop is a collection of objects to add extra information to the log. Optional.
Optional osos prop represents additional information about operating system on which application is running. Optional.
Optional runtimeruntime prop represents information about runtime systems such as version numbers. Optional.
Optional sdksdk prop represents additional information about the sdk on which application is built. Optional.
Optional severityseverity prop represents how severe the log is. will be overwritten by the method of the log.
Generated using TypeDoc
IApiLog interface defines required and optional fields for a log.