vigilant 1.0.1 copy "vigilant: ^1.0.1" to clipboard
vigilant: ^1.0.1 copied to clipboard

Official Dart SDK for the Vigilant platform

Vigilant Dart SDK #

This is the Dart SDK for the Vigilant platform.

Installation #

dart pub add vigilant

Usage (Logger) #

import 'package:vigilant/vigilant.dart';

// Create the logger
final logger = Logger(
  name: 'sample-app',
  endpoint: 'ingress.vigilant.run',
  token: 'tk_1234567890',
);

// Send a message to the logger
logger.info('Hello, World!');

// Shutdown the logger
await logger.shutdown();
0
likes
115
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Official Dart SDK for the Vigilant platform

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on vigilant