Skip to content

Logging #67

@Solido

Description

@Solido

For specific reason I had to silence or pipe internal Logger.
It's not much exposed and end-up with something like this because
I rely on the quite common Logging package.

Surely you decided to limit reliance on external packages.
This can be documented or maybe updated in future release to simplify integration
in large system.

Thanks!

import 'package:mcp_dart/src/shared/logging.dart' as ignoreMCPLog;
ignoreMCPLog.Logger.setHandler((name, level, message) { ...});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions