Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Bioseal SDK 1.52.0
Light Logo Dark Logo
Bioseal SDK 1.52.0
  • Introduction
  • Requirements
  • Quick start
  • Naming conventions
  • Licensing
  • Distribution
  • Troubleshooting

Usage

  • Error handling
  • License handling
  • VDS Verification

Reference

  • Bioseal API
    • BarcodeReader
      • decode
      • outputData
    • BiometricDataType
    • BiometricVerificationRule
      • count
      • dataType
      • threshold
    • BiometricVerificationRules
      • count
      • get
      • getCount
      • verifyAll
    • Bioseal
      • auxData
      • biometricVerificationRules
      • buildHtmlView
      • buildVdsAsJson
      • buildVdsAsXml
      • certificateAuthorityReference
      • certificateIdentifier
      • certificateInformation
      • clear
      • clearDownloadCache
      • computeSha256
      • containsAuxData
      • containsBiometrics
      • containsExtensions
      • containsFaceTemplates
      • containsFingerTemplates
      • containsImages
      • containsPortraits
      • data
      • decryptionCallback
      • documentIssuingCountry
      • documentIssuingDate
      • documentScope
      • documentType
      • expirationDate
      • extendedFormat
      • externalResourceCallback
      • findBiometrics
      • findFieldsByExtension
      • findFieldsByExtensionName
      • format
      • getDocumentDescription
      • getDocumentName
      • hasPrefix
      • headerVersion
      • htmlView
      • issuingAgencyCode
      • log
      • lotlUrl
      • manifest
      • manifestId
      • manifestUrl
      • payload
      • prefix
      • setTimeZoneOffset
      • signatureDate
      • supportedLanguages
      • tslUrl
      • userAuthentication
      • verificationResult
      • verifiesCrlUpdates
      • verifiesGovernance
      • verifiesSignature
      • verifyFromBuffer
      • verifyFromString
    • BiosealError
    • BiosealException
    • BiosealFormat
    • BiosealLibrary
      • getVersion
      • getVersionEx
    • BiosealLicense
      • activate
      • activateActivationKey
      • activateActivationKeyBuffer
      • activateBuffer
      • activateSerialKey
      • activateSerialKeyBuffer
      • checkLicense
      • checkLicenseBuffer
      • checkLicenseBufferWithCard
      • checkLicenseWithCard
      • checkModule
      • encrypt
      • finalizeCheckLicenseWithCard
      • getApplicationHardwareCode
      • getExpiryDate
      • getExternalDriveHardwareCode
      • getHostHardwareCode
      • getLicenseComment
      • getLicenseFileHardwareCode
      • getLicenseFileSerial
      • getLicenseName
      • getLicenseOwner
      • getLicensePath
      • getLicenseType
      • getModuleCount
      • getModuleName
      • getModuleValue
      • getProductReference
      • getRemainingDays
      • reactivate
      • reactivateBuffer
    • CertificateExtension
      • critical
      • oid
      • value
    • CertificateExtensionList
      • count
      • get
      • getCount
    • CertificateInformation
      • certificateExtensionList
      • data
      • issuerCommonName
      • issuerCountry
      • issuerDistinguishedName
      • issuerOrganization
      • issuerOrganizationalUnit
      • keyUsage
      • notAfter
      • notBefore
      • policies
      • publicKey
      • serialNumber
      • serialNumberString
      • signatureAlgorithm
      • subjectCommonName
      • subjectCountry
      • subjectDistinguishedName
      • subjectOrganization
      • subjectOrganizationalUnit
      • version
    • DateTime
      • day
      • hour
      • isDateTimeValid
      • isDateValid
      • isTimeValid
      • isValid
      • minute
      • month
      • second
      • toString
      • year
    • DateTimeArray
      • count
      • get
      • getCount
    • DecryptionArgs
      • containsKey
      • count
      • fieldName
      • get
      • getCount
      • inputData
      • keys
      • outputData
    • DecryptionCallbackHandler
    • Extension
      • containsKey
      • count
      • get
      • getCount
      • keys
      • name
    • ExtensionList
      • clear
      • containsKey
      • count
      • get
      • getCount
      • keys
    • Field
      • containsBiometricData
      • containsBiometrics
      • containsExtension
      • containsExtensionByName
      • containsKey
      • count
      • extensionType
      • fieldExtension
      • fieldType
      • get
      • getBinaryAtIndex
      • getCount
      • getLocalizedLabel
      • getLocalizedValue
      • getObjectAtIndex
      • isNull
      • keys
      • name
      • setTimeZoneOffset
      • valueAsBinary
      • valueAsBoolean
      • valueAsBooleanArray
      • valueAsDate
      • valueAsDateTime
      • valueAsDateTimeArray
      • valueAsFloat
      • valueAsFloatArray
      • valueAsInteger
      • valueAsIntegerArray
      • valueAsString
      • valueAsStringArray
      • valueAsTime
      • valueAsTimestamp
      • valueAsTimestampArray
      • visibilityCondition
    • FieldExtensionType
    • FieldList
      • clear
      • count
      • get
      • getCount
    • FieldType
    • LibVersion
      • build
      • major
      • minor
    • LicenseError
    • LicenseHardwareCodeType
    • LicenseType
    • Log
      • count
      • exportToHtml
      • exportToJson
      • get
      • getCount
    • LogItem
      • errorCode
      • itemType
      • message
      • timestamp
    • LogItemType
    • Lotl
      • getManifestUrl
      • getUrl
      • isTsl
      • log
    • Manifest
      • extensionList
      • getDocumentDescription
      • getDocumentName
      • load
      • loadFromFile
      • loadFromString
      • log
      • manifestId
      • manifestVersion
      • supportedLanguages
    • ResourceCallbackArgs
      • computeSha256
      • download
      • downloadStringFile
      • outputData
      • requiresUpdate
      • resourceName
      • resourceType
      • uri
    • ResourceCallbackHandler
    • ResourceType
    • StringArray
      • contains
      • count
      • get
      • getCount
    • UserAuthentication
      • method
      • passwordFieldName
      • passwordHashAlgorithm
    • UserAuthenticationMethod
    • VerificationResult
      • caCertificateVerified
      • certificationChainVerified
      • governanceValid
      • lotlGovernanceValid
      • manifestGovernanceValid
      • signingCertificateUsageAuthorized
      • tslGovernanceValid
      • vdsNotExpired
      • vdsSignatureVerified
    • VisibilityCondition

ABOUT

  • Release Notes
  • Glossary
  • License agreement
  • Third-Party Libraries
Back to top

LogItem Class¶

Namespace: id3.Bioseal

Definition¶

Represents a log item.

Properties¶

Name

Type

Description

errorCode

BiosealError

The log item error code if any.

itemType

LogItemType

The log type.

message

string

The log message.

timestamp

long

The timestamp of the message.

Next
LogItem.errorCode Property
Previous
Log.getCount Method
Copyright © 2025, id3 Technologies
Made with Furo
On this page
  • LogItem Class
    • Definition
    • Properties