stack_log 1.0.0+1 copy "stack_log: ^1.0.0+1" to clipboard
stack_log: ^1.0.0+1 copied to clipboard

Parser for Google Cloud Logs with syntax highlighting

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate stack_log

Use it

The package has the following executables:

$ stack_log_highlighter
$ stack_log_parser

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stack_log

With Flutter:

 $ flutter pub add stack_log

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

dependencies:
  stack_log: ^1.0.0+1

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

Import it

Now in your Dart code, you can use:

import 'package:stack_log/stack_log.dart';
0
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Parser for Google Cloud Logs with syntax highlighting

Repository (GitHub)
View/report issues

Topics

#cli #parser #syntax-highlighting #code-analysis

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on stack_log