mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
Added additional documentation and removed Logger dependency
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user