Log
Complete API reference for Log, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Debug
Component: no
public class Log
Constructors
| Signature | Description |
|---|---|
Log(ILog) | Executes Log and returns after the underlying engine call finishes. |
Log() | Executes Log and returns after the underlying engine call finishes. |
Log(String) | Creates a new instance of Log. |
Log(String, String) | Creates a new instance of Log. |
Log(String, String, String) | Creates a new instance of Log. |
Log(String, String, String, Color) | Creates a new instance of Log. |
Attributes
| Name | Type | Description |
|---|---|---|
log | ILog | Represents the log value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
link | String | get/set | Virtual attribute exposed by getLink. Access it like a field to read or write the underlying value. |
message | String | get/set | Virtual attribute exposed by getMessage. Access it like a field to read or write the underlying value. |
quantity | int | get/set | Virtual attribute exposed by getQuantity. Access it like a field to read or write the underlying value. |
tag | String | get/set | Virtual attribute exposed by getTag. Access it like a field to read or write the underlying value. |
tittle | String | get/set | Virtual attribute exposed by getTittle. Access it like a field to read or write the underlying value. |