Polkadot Apps
    Preparing search index...
    interface LogEntry {
        data?: unknown;
        level: LogLevel;
        message: string;
        namespace: string;
        timestamp: number;
    }
    Index

    Properties

    data?: unknown
    level: LogLevel
    message: string
    namespace: string
    timestamp: number