Class: Log
This page documents the methods and fields available in the Log class.
Members
| Signature | Description |
|---|---|
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. |
getColor() | Returns the current color. |
getLink() | Returns the current link. |
getMessage() | Returns the current message. |
getQuantity() | Returns the current quantity. |
getTag() | Returns the current tag. |
getTittle() | Returns the current tittle. |
setColor(Color) | Sets or updates the color. |
setLink(String) | Sets or updates the link. |
setMessage(String) | Sets or updates the message. |
setQuantity(int) | Sets or updates the quantity. |
setTag(String) | Sets or updates the tag. |
setTittle(String) | Sets or updates the tittle. |