Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -5,5 +5,5 @@ import 'dart:developer' as developer; | @@ -5,5 +5,5 @@ import 'dart:developer' as developer; | ||
| 5 | typedef LogWriterCallback = void Function(String text, {bool isError}); | 5 | typedef LogWriterCallback = void Function(String text, {bool isError}); |
| 6 | 6 | ||
| 7 | void defaultLogWriterCallback(String value, {bool isError = false}) { | 7 | void defaultLogWriterCallback(String value, {bool isError = false}) { |
| 8 | - if (isError || GetConfig.isLogEnable) developer.log(value, name: '[GETX]'); | 8 | + if (isError || GetConfig.isLogEnable) developer.log(value, name: 'GETX'); |
| 9 | } | 9 | } |
-
Please register or login to post a comment