Returns the Logger instance used for any operations performed on this document.
()
| 113 | |
| 114 | /** Returns the {@link Logger} instance used for any operations performed on this document. */ |
| 115 | public getLogger(): ILogger { |
| 116 | return this._logger; |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Overrides the {@link Logger} instance used for any operations performed on this document. |
no outgoing calls
no test coverage detected