IBM WebSphere · Schema

LogMessage

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
datetime string
level string
message string
logger string
thread string
sequence string
View JSON Schema on GitHub

JSON Schema

websphere-liberty-admin-rest-log-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LogMessage",
  "type": "object",
  "properties": {
    "datetime": {
      "type": "string"
    },
    "level": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "logger": {
      "type": "string"
    },
    "thread": {
      "type": "string"
    },
    "sequence": {
      "type": "string"
    }
  }
}