Skip to content

Class: LogDetails

Structured details attached to log data.

URI: mcp:LogDetails

 classDiagram
    class LogDetails
    click LogDetails href "../LogDetails/"
      LogDetails : host

      LogDetails : port

Slots

Name Cardinality and Range Description Inheritance
host 0..1
String
Host value direct
port 0..1
Integer
Port value direct

Usages

used by used in type used
LogData details range LogDetails

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:LogDetails
native mcp:LogDetails

LinkML Source

Direct

name: LogDetails
description: Structured details attached to log data.
from_schema: https://w3id.org/lmodel/mcp
slots:
- host
- port

Induced

name: LogDetails
description: Structured details attached to log data.
from_schema: https://w3id.org/lmodel/mcp
attributes:
  host:
    name: host
    description: Host value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: host
    owner: LogDetails
    domain_of:
    - LogDetails
    range: string
  port:
    name: port
    description: Port value.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: port
    owner: LogDetails
    domain_of:
    - LogDetails
    range: integer