| PHP |
|---|
| class Output |
| construct | Initializes a class instance with the provided values. |
| GetLogText | Gets the object debug text. |
| Location | Gets the location string. |
| Log | Outputs the value or object text. |
| LogObject | Outputs the object text. |
| LogValue | Outputs the value text. |
| $ClassName | The source class name. |
| $MethodName | The source method name. |
| $Bracket | Indicates if the value should be bracketed. |