Skip to content

Commit

Permalink
Update documentation to remove reference to ::rt logging
Browse files Browse the repository at this point in the history
  • Loading branch information
am0d committed Dec 31, 2013
1 parent df25bb6 commit 7a8ca91
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions doc/rust.md
Expand Up @@ -3806,25 +3806,6 @@ As a convenience, the logging spec can also be set to a special pseudo-crate,
`::help`. In this case, when the application starts, the runtime will
simply output a list of loaded modules containing log expressions, then exit.

The Rust runtime itself generates logging information. The runtime's logs are
generated for a number of artificial modules in the `::rt` pseudo-crate,
and can be enabled just like the logs for any standard module. The full list
of runtime logging modules follows.

* `::rt::mem` Memory management
* `::rt::comm` Messaging and task communication
* `::rt::task` Task management
* `::rt::dom` Task scheduling
* `::rt::trace` Unused
* `::rt::cache` Type descriptor cache
* `::rt::upcall` Compiler-generated runtime calls
* `::rt::timer` The scheduler timer
* `::rt::gc` Garbage collection
* `::rt::stdlib` Functions used directly by the standard library
* `::rt::kern` The runtime kernel
* `::rt::backtrace` Log a backtrace on task failure
* `::rt::callback` Unused

#### Logging Expressions

Rust provides several macros to log information. Here's a simple Rust program
Expand Down

17 comments on commit 7a8ca91

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at am0d@7a8ca91

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging am0d/rust/doc_update = 7a8ca91 into auto

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am0d/rust/doc_update = 7a8ca91 merged ok, testing candidate = b1d4ce69

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at am0d@7a8ca91

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging am0d/rust/doc_update = 7a8ca91 into auto

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am0d/rust/doc_update = 7a8ca91 merged ok, testing candidate = bcf96436

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 1, 2014

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at am0d@7a8ca91

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging am0d/rust/doc_update = 7a8ca91 into auto

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am0d/rust/doc_update = 7a8ca91 merged ok, testing candidate = 7bdc3d9

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at am0d@7a8ca91

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging am0d/rust/doc_update = 7a8ca91 into auto

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am0d/rust/doc_update = 7a8ca91 merged ok, testing candidate = 6475255

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 7a8ca91 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6475255

Please sign in to comment.