Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mail_driven_task_example
Revision 3:0c93bdf73d87, committed 2014-12-25
- Comitter:
- mzta
- Date:
- Thu Dec 25 02:41:24 2014 +0000
- Parent:
- 2:b12e4c1338db
- Commit message:
- delete Logger#setLogStream() method.
Changed in this revision
| Task.cpp | Show annotated file Show diff for this revision Revisions of this file |
| Task.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b12e4c1338db -r 0c93bdf73d87 Task.cpp
--- a/Task.cpp Thu Dec 25 02:32:12 2014 +0000
+++ b/Task.cpp Thu Dec 25 02:41:24 2014 +0000
@@ -85,9 +85,3 @@
{
Logger::lv = lv;
}
-
-
-void Task::Logger::setLogStream(Stream *sp)
-{
- this->sp = sp;
-}
diff -r b12e4c1338db -r 0c93bdf73d87 Task.h
--- a/Task.h Thu Dec 25 02:32:12 2014 +0000
+++ b/Task.h Thu Dec 25 02:41:24 2014 +0000
@@ -114,7 +114,6 @@
* @return void
*/
static void setLogLevel(LogLevel lv);
- void setLogStream(Stream *sp);
static const char *lvSym[];
static Stream *sci;
static LogLevel lv;