Skip to main content

Log

Complete API reference for Log, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Debug

Component: no


public class Log

Constructors

SignatureDescription
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

NameTypeDescription
logILogRepresents the log value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
linkStringget/setVirtual attribute exposed by getLink. Access it like a field to read or write the underlying value.
messageStringget/setVirtual attribute exposed by getMessage. Access it like a field to read or write the underlying value.
quantityintget/setVirtual attribute exposed by getQuantity. Access it like a field to read or write the underlying value.
tagStringget/setVirtual attribute exposed by getTag. Access it like a field to read or write the underlying value.
tittleStringget/setVirtual attribute exposed by getTittle. Access it like a field to read or write the underlying value.