Skip to content

Commit d183c83

Browse files
brianquinlanCommit Queue
authored andcommitted
Explain where log() output can be viewed.
Bug:#60991 Change-Id: I09825989cf085bf92ecab8e2f5882aa3b352f123 CoreLibraryReviewExempt: documentation-only change Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/437524 Commit-Queue: Brian Quinlan <[email protected]> Reviewed-by: Ben Konyi <[email protected]>
1 parent 743a513 commit d183c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/lib/developer/developer.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ external bool debugger({bool when = true, String? message});
102102
/// Debuggers may open an inspector on the object. Returns the argument.
103103
external Object? inspect(Object? object);
104104

105-
/// Emit a log event.
105+
/// Emit a log event, which can can viewed using the DevTools
106+
/// [Logging view](https://docs.flutter.dev/tools/devtools/logging).
106107
///
107108
/// This function was designed to map closely to the logging information
108109
/// collected by `package:logging`.

0 commit comments

Comments
 (0)