mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-08-12 06:10:55 +02:00
v2.0.5: Add typed service lookup entrypoint and tests for Arcane.service
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -24,7 +24,9 @@ Future<void> main() async {
|
||||
final DebugPrint debugPrintInterface = DebugPrint();
|
||||
final DebugAuthInterface debugAuthInterface = DebugAuthInterface();
|
||||
LogEvent? skipDebugPrintWhenDisabled(
|
||||
LogEvent event, LogInterceptorContext context) {
|
||||
LogEvent event,
|
||||
LogInterceptorContext context,
|
||||
) {
|
||||
if (context.interface is DebugPrint && Feature.logging.disabled) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user