logging_on_oslog 1.1.0 copy "logging_on_oslog: ^1.1.0" to clipboard
logging_on_oslog: ^1.1.0 copied to clipboard

PlatformiOSmacOS

Log using os_log on iOS or macOS so that you can check the logs using Console.app on a macOS machine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add logging_on_oslog

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  logging_on_oslog: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:logging_on_oslog/logging_on_oslog.dart';
3
likes
160
points
1.19k
downloads
screenshot

Publisher

verified publishervolpato.dev

Weekly Downloads

Log using os_log on iOS or macOS so that you can check the logs using Console.app on a macOS machine.

Repository
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

flutter, logging, plugin_platform_interface

More

Packages that depend on logging_on_oslog