NodeOPCUA API Documentation
    Preparing search index...

    Interface DTLogRecord

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name LogRecord
    isAbstract false
    interface DTLogRecord {
        additionalData?: DTNameValuePair[];
        eventType?: NodeId;
        message: LocalizedText;
        severity: number;
        sourceName?: UAString;
        sourceNode?: NodeId;
        time: Date;
        traceContext?: DTTraceContext;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalData?: DTNameValuePair[]
    eventType?: NodeId
    message: LocalizedText
    severity: number
    sourceName?: UAString
    sourceNode?: NodeId
    time: Date
    traceContext?: DTTraceContext