Added additional documentation and removed Logger dependency

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-12 11:08:39 +02:00
parent a2b3cbb077
commit 8aca702b79
5 changed files with 96 additions and 5 deletions
@@ -1,11 +1,9 @@
import "dart:async";
import "package:arcane_framework/arcane_framework.dart";
import "package:arcane_helper_utils/arcane_helper_utils.dart";
import "package:flutter/foundation.dart";
export "package:logger/logger.dart" show Level;
part "logging_enums.dart";
part "logging_interface.dart";
/// A singleton class that manages logging to one or more logging interfaces