mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-15 12:42:14 -04:00
short array work and doc
This commit is contained in:
parent
d3cdca17c5
commit
64d4d0cefb
6 changed files with 178 additions and 94 deletions
|
@ -3,7 +3,8 @@ import 'package:loggy/loggy.dart';
|
|||
import 'loggy.dart';
|
||||
|
||||
const Map<String, LogLevel> _blocChangeLogLevels = {
|
||||
'ConnectionStateCubit': LogLevel.off
|
||||
'ConnectionStateCubit': LogLevel.off,
|
||||
'ActiveConversationMessagesBlocMapCubit': LogLevel.off
|
||||
};
|
||||
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};
|
||||
const Map<String, LogLevel> _blocErrorLogLevels = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue