Sign in
chromium
/
external
/
github.com
/
dart-lang
/
logging
/
refs/tags/0.11.3
49b983d
save non-string object on LogRecord (#28)
by Jason Aguilon
· 9 years ago
0.11.3
9920fb6
Add changelog entry
by Sigmund Cherem
· 10 years ago
0.11.2
e34f9aa
Merge pull request #27 from astashov/add-orphan-factory
by sigmundch
· 10 years ago
2793b04
Add Logger.detached factory
by Anton Astashov
· 10 years ago
4c2e9fd
Also generate error when autogenerating stack traces (fix #25)
by Sigmund Cherem
· 10 years ago
0.11.1+1
8fc0221
Merge pull request #24 from ochafik/patch-1
by sigmundch
· 10 years ago
1bc0c8a
Improve Logger.root (static final instead of getter that looks the cached instance up through the factory constructor)
by Olivier Chafik
· 10 years ago
8a8a3d3
Add option to automatically record stack trace in logging (fixes #2)
by Sigmund Cherem
· 10 years ago
0.11.1
0234478
ship 0.11.0
by Kevin Moore
· 10 years ago
0.11.0
d44c009
move to test pkg
by Kevin Moore
· 10 years ago
a076f0b
tweaked readme example
by Kevin Moore
· 10 years ago
7d661d9
dartfmt
by Kevin Moore
· 10 years ago
2c448f2
Revert change to make stackTrace object
by Kevin Moore
· 10 years ago
d386b6f
Merge pull request #1 from Fox32/feature/stacktrace_type
by John Messerly
· 10 years ago
0.10.0
179f5ba
Allow a greater range of types as a stack trace
by Oliver Sand
· 10 years ago
0a994a9
Adding a "zone" value to "class LogRecord"
by Martin Kustermann
· 11 years ago
0.9.3
dfa8751
Make type signature consistent with class Object
by Jacob Richman
· 11 years ago
85d83e0
Update the pubspec's homepage link.
by Natalie Weizenbaum
· 11 years ago
815de34
updated logging package to accept functions or other non-string objects when logging
by
[email protected]
· 11 years ago
d67fbc6
pkg/logging: use UnmodifiableMapView from dart:collection
by
[email protected]
· 11 years ago
a834d16
flagging pkg/args and pkg/logging as dev+1
by
[email protected]
· 12 years ago
29a5bcd
Create associated packages for the dart:collection and dart:async libs.
by
[email protected]
· 12 years ago
0c13b8a
add LICENSE AUTHORS PATENTS so we can publish
by
[email protected]
· 12 years ago
8eff9f6
update pubspecs for pkg uploading
by
[email protected]
· 12 years ago
5bb76d2
pkg/logging: expose static sorted const list of all levels
by
[email protected]
· 12 years ago
875e637
Combine unmodifiable_collection package into collection_helpers.
by
[email protected]
· 12 years ago
eee1037
Re-land r29957 (add versions and constraints for packages and samples), with
by
[email protected]
· 12 years ago
34d9d45
Revert "add versions and constraints for packages and samples"
by
[email protected]
· 12 years ago
54e0859
add versions and constraints for packages and samples
by
[email protected]
· 12 years ago
486e65c
add useful docs for logging
by
[email protected]
· 12 years ago
f0e2c3f
Reapply "Remove @deprecated features."
by
[email protected]
· 12 years ago
28f0c5c
Add @proxy to annotations.dart.
by
[email protected]
· 12 years ago
b6e6ede
Revert "Remove @deprecated features."
by
[email protected]
· 12 years ago
04f8743
Remove @deprecated features.
by
[email protected]
· 12 years ago
b615f3e
pkg/logging: added stackTrace support
by
[email protected]
· 12 years ago
8532058
Add a toString() to LogRecord.
by
[email protected]
· 12 years ago
fc9de7c
Update meta and logging library descriptions; tweak fixnum
by
[email protected]
· 12 years ago
8fc5956
Make asBroadcastStream take two callbacks.
by
[email protected]
· 12 years ago
ec60257
add logging support for exceptions
by
[email protected]
· 12 years ago
55f9c69
Make new StreamController be async by default.
by
[email protected]
· 12 years ago
a3cfb6f
add installation instructions to pkg packages
by
[email protected]
· 12 years ago
1530403
Remove StreamController.broadcast.
by
[email protected]
· 12 years ago
94bf13d
Switch pkg packages, pub, and dartdoc to use package: imports.
by
[email protected]
· 12 years ago
1e3eb0b
pkg/logging: removed deprecated 'on' API
by
[email protected]
· 12 years ago
92e3c3e
Make path to meta go through pkg/ , so that it's rewritten properly.
by
[email protected]
· 12 years ago
5803569
Moved pkg pubspecs to use dev_dependencies where appropriate
by
[email protected]
· 12 years ago
967c7ae
Don't use package: imports in logging until dartdoc/mirros support them.
by
[email protected]
· 13 years ago
05440f0
LoggerEvents get on -> Stream<LogRecord> get onRecord
by
[email protected]
· 13 years ago
0b34f80
make dartdoc and editor happy
by
[email protected]
· 13 years ago
668ea7f
Reapply "Make Comparable generic."
by
[email protected]
· 13 years ago
a2531b5
Revert "Make Comparable generic."
by
[email protected]
· 13 years ago
d6c89de
Make Comparable generic.
by
[email protected]
· 13 years ago
1c8e09c
Update documentation links to point to the correct URLs.
by
[email protected]
· 13 years ago
970797d
Added documentation links to all of the pkg packages hosted on api.dartlang.org.
by
[email protected]
· 13 years ago
d1c40cf
Rename Date to DateTime.
by
[email protected]
· 13 years ago
7e4c67b
Fix URL.
by
[email protected]
· 13 years ago
848f599
Convert the small packages in pkg to use "package:".
by
[email protected]
· 13 years ago
196999a
Add authors and homepages to packages.
by
[email protected]
· 13 years ago
99f3a75
a === b -> identical(a, b)
by
[email protected]
· 13 years ago
6cda46b
Update library syntax in pkg files.
by
[email protected]
· 13 years ago
096e499
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
by
[email protected]
· 13 years ago
a98f562
Modified unittest to use new argument syntax.
by
[email protected]
· 13 years ago
a9b04f8
Removed IllegalAccessException and UnsupportedOperationException.
by
[email protected]
· 13 years ago
4a78073
Revert "Parts must start with 'part of'" and "Attempt to fix VM build"
by
[email protected]
· 13 years ago
5c667a8
Parts must start with 'part of'
by
[email protected]
· 13 years ago
7333f80
Make hashCode a getter and not a method.
by
[email protected]
· 13 years ago
01a8727
fix warning in Logger (setter type must be "void" or "Dynamic")
by
[email protected]
· 13 years ago
0864904
Stop using the Hashable interface.
by
[email protected]
· 13 years ago
dbc252b
Change IllegalArgumentException to ArgumentError.
by
[email protected]
· 13 years ago
7030e7e
revert 1204. Will investigate when I get a chance.
by
[email protected]
· 13 years ago
f8d7dba
Update unittest to new package layout.
by
[email protected]
· 13 years ago
d8f8ab6
Revert "Make unittest follow the new package layout."
by
[email protected]
· 13 years ago
bd1ce04
Make unittest follow the new package layout.
by
[email protected]
· 13 years ago
e22e118
Move logging to the new package layout.
by
[email protected]
· 13 years ago
0770ac8
Get rid of a lot of () for getters.
by
[email protected]
· 13 years ago
b312eb8
- Change "static final" to "static const" in the
by
[email protected]
· 13 years ago
97f3eb6
Require two type arguments for map literals (issue 4522).
by
[email protected]
· 13 years ago
c912990
Rename "tests" directories under /pkg to the singular "test"
by
[email protected]
· 13 years ago
8979b69
Move tests for things in /pkg into the right places for packages
by
[email protected]
· 13 years ago