* Gets the arguments associated with the log entry. * @returns {Array} The arguments associated with the log entry.
()
| 131 | * @returns {Array} The arguments associated with the log entry. |
| 132 | */ |
| 133 | get args() { |
| 134 | return this._args |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | /** |
no outgoing calls