(uid, type, name)
| 219 | } |
| 220 | |
| 221 | _maybeLog(uid, type, name) { |
| 222 | if (this._logid && |
| 223 | (type == null || this._logtype == null || this._logtype === type)) { |
| 224 | print(`${this._logid}.${name}.uid-${uid}`); |
| 225 | } |
| 226 | } |
| 227 | } |
| 228 | |
| 229 | exports = module.exports = function initHooks({ |