Log
Dependents: oldheating gps motorhome heating
log.h@9:d2c41855ed09, 2017-10-04 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed Oct 04 10:29:22 2017 +0000
- Revision:
- 9:d2c41855ed09
- Parent:
- 8:e793e9005f89
- Child:
- 10:cf815db8ed57
Removed LogTimeCrLf
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 6:b98aa0ec75a1 | 1 | extern int LogInit(); |
andrewboyson | 7:417a6a65e942 | 2 | extern bool LogUart; |
andrewboyson | 9:d2c41855ed09 | 3 | |
andrewboyson | 9:d2c41855ed09 | 4 | extern void LogPush(char c); |
andrewboyson | 8:e793e9005f89 | 5 | extern void Log(char* snd); |
andrewboyson | 0:9907e344c82a | 6 | extern void LogV(char *fmt, va_list argptr); |
andrewboyson | 0:9907e344c82a | 7 | extern void LogF(char *fmt, ...); |
andrewboyson | 9:d2c41855ed09 | 8 | extern void LogTime(char *snd); |
andrewboyson | 0:9907e344c82a | 9 | extern void LogTimeF(char *fmt, ...); |
andrewboyson | 9:d2c41855ed09 | 10 | |
andrewboyson | 0:9907e344c82a | 11 | extern void LogEnumerateStart(void); |
andrewboyson | 0:9907e344c82a | 12 | extern int LogEnumerate(void); |
andrewboyson | 0:9907e344c82a | 13 | extern void LogEnable(int on); |