Project

General

Profile

Revision 141

Added by Jason knichel over 16 years ago

made the log file adhere to style guidelines a bit better

View differences:

Log.h
1 1
/**
2
 * @file Log.h
2 3
 *
3
 *  @author Jason Knichel
4
 * @author Jason Knichel
4 5
 *
5 6
 */
6 7

  
7
#ifndef LOGGING_H
8
#define LOGGING_H
8
#ifndef LOG_H
9
#define LOG_H
9 10

  
10 11
#include <time.h>
11 12
#include <stdio.h>
......
31 32
private:
32 33
  struct tm get_current_time();
33 34

  
34
  FILE * logFile;
35
  FILE * log_file;
35 36
};
36 37

  
37 38
#endif

Also available in: Unified diff