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.
Dependencies: mbed vcdLogger vcdSignal
Diff: Logger/logger.cpp
- Revision:
- 1:446154224f92
- Parent:
- 0:9a59cffaafad
--- a/Logger/logger.cpp Fri Feb 12 21:38:04 2016 +0000 +++ b/Logger/logger.cpp Sat Feb 20 20:48:44 2016 +0000 @@ -1,3 +1,24 @@ +/*! + @file logger.cpp + + The implementation of the logger base class. + + @par Full Description + The implementation of the logger base class. + + @if REVISION_HISTORY_INCLUDED + @par Edit History + @li [0] wojciech.rynczuk@wp.pl 20-JAN-2015 Initial file revision. + @endif + + @ingroup Logger + + @par Copyright (c) MMXV Wojciech Rynczuk + + Distributed under MIT License + +*/ + #include "logger.hpp" #include <new>