struct

ECS::LogEntry::Process::Thread

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id(new_value : UInt64)

A chainable setter for id

Source
id

process.thread.id

Thread ID.

Level: Extended Type: Long Example:

4242
Source
id=(id : UInt64 | Nil)

process.thread.id

Thread ID.

Level: Extended Type: Long Example:

4242
Source
name(new_value : String)

A chainable setter for name

Source
name

process.thread.name

Thread name.

Level: Extended Type: Keyword Example:

thread-0
Source
name=(name : String | Nil)

process.thread.name

Thread name.

Level: Extended Type: Keyword Example:

thread-0
Source