* Set logger context * @param context context
(context: string)
| 291 | * @param context context |
| 292 | */ |
| 293 | setContext(context: string) { |
| 294 | this.context = context; |
| 295 | } |
| 296 | |
| 297 | /** |
| 298 | * Resets the logger context to the value that was passed in the constructor. |
no outgoing calls
no test coverage detected