os/persistentdata/loggingservices/filelogger/group/RELEASE.TXT
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/loggingservices/filelogger/group/RELEASE.TXT	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,158 @@
     1.4 +FLOGGER - File Logging Component
     1.5 +
     1.6 +Perforce Changelist 
     1.7 +========================
     1.8 +Made by AnnW, 10th November 1999
     1.9 +
    1.10 +1. Fixed bug where access counting on open log files was incorrect.
    1.11 +
    1.12 +---------------------------------------------------------------------
    1.13 +
    1.14 +Release 022
    1.15 +===========
    1.16 +Made by AnnW, 1st October 1999
    1.17 +
    1.18 +1.	Made static writes to log include date and time.
    1.19 +
    1.20 +2.	Added testcode for 8-bit writes and hex dumps.
    1.21 +
    1.22 +Release 021
    1.23 +===========
    1.24 +Made by AnnW, 19th August 1999
    1.25 +
    1.26 +1.	Added functions to write 8-bit descriptors to the log.
    1.27 +
    1.28 +2.	Added functions to hex dump to log.
    1.29 +
    1.30 +3.	Speeded up static writes to the log by reducing them to use 1 IPC
    1.31 +	call rather than 3.
    1.32 +	
    1.33 +4.	Fixed DEF files for ARM4.
    1.34 +
    1.35 +Release 020
    1.36 +===========
    1.37 +Made by AnnW, 11th August 1999
    1.38 +
    1.39 +Released on mainline share.  Based on the ER5u release 012.
    1.40 +
    1.41 +1.	Added timer in on closing of log files so that there is a 5 second pause 
    1.42 +	before a log file is closed.  This prevents files being opened and closed
    1.43 +	too much.
    1.44 +	
    1.45 +2.	Added WriteFormat() functions to RFileLogger which take a VA_LIST as final 
    1.46 +	parameter.
    1.47 +	
    1.48 +3.	Changed so that date ad time are written to log by default.
    1.49 +
    1.50 +-------------------------------------------------------------------------------------------
    1.51 +
    1.52 +Release 012
    1.53 +===========
    1.54 +Made by AnnW, 4th August 1999
    1.55 +
    1.56 +1.	Revised the API to include static write functions.
    1.57 +
    1.58 +2.	Rewrote the thread starting code (copied from DBMS server code!)
    1.59 +
    1.60 +3.	Added timer in the shutdown so that when the final session is closed
    1.61 +	there is a 5 second pause before the server is shutdown.
    1.62 +
    1.63 +-------------------------------------------------------------------------------------------
    1.64 +
    1.65 +Release 011
    1.66 +===========
    1.67 +Made by WilliamR, 1st August 1999
    1.68 +
    1.69 +Built with VC6
    1.70 +
    1.71 +1.  Revised BWINS\FLOGGERU.DEF for MSVC6, which changes the mangled name for
    1.72 +
    1.73 +	RFileLogger::WriteFormat
    1.74 +
    1.75 +-------------------------------------------------------------------------------------------
    1.76 +
    1.77 +Release 010
    1.78 +===========
    1.79 +Made by AnnW, 10th June 1999
    1.80 +
    1.81 +On the ER5u share.
    1.82 +
    1.83 +1.	Added BLD.INF
    1.84 +
    1.85 +-------------------------------------------------------------------------------------------
    1.86 +
    1.87 +Release 006
    1.88 +===========
    1.89 +Made by AnnW, 4th June 1999
    1.90 +
    1.91 +1.	Changed FLOGGER API as follows:
    1.92 +
    1.93 +	i)   Made all member functions of RFileLogger void (they no longer return any 
    1.94 +	errors).
    1.95 +
    1.96 +	ii)  Added the iLastError data to RFileLogger which is used to record the last 
    1.97 +	error when writing to the log.  This may be retrieved using the LastError() 
    1.98 +	function.
    1.99 +
   1.100 +	iii) Added LogValid() function for the client to access the iLogValid flag 
   1.101 +	which determines whether or not logging is taking place.
   1.102 +
   1.103 +	iv)  Changed all RFileLogger functions to take Unicode strings and convert them 
   1.104 +	to UTF8 to write to the file.
   1.105 +
   1.106 +2.	Changed TFileLoggingMode enums to have more specific names.
   1.107 +
   1.108 +3.	Fixed bug in constructor of RFileLogger which was not initialising iLogValid to
   1.109 +	EFalse.
   1.110 +
   1.111 +-------------------------------------------------------------------------------------------
   1.112 +
   1.113 +Release 005
   1.114 +===========
   1.115 +Made by AnnW, 30th April 1999
   1.116 +
   1.117 +1.	Rewrote FLOGGER as a server running in its own process.
   1.118 +
   1.119 +-------------------------------------------------------------------------------------------
   1.120 +
   1.121 +Release 004
   1.122 +===========
   1.123 +Made by AnnW, 1st March 1999
   1.124 +
   1.125 +1.	Added non-static API to the file logger.
   1.126 +
   1.127 +-------------------------------------------------------------------------------------------
   1.128 +
   1.129 +Release 003
   1.130 +===========
   1.131 +Made by AnnW, 25th February 1999
   1.132 +
   1.133 +1.	Added support for putting in date and time at the beginning of a logged 
   1.134 +	line, depending on user preferences.
   1.135 +
   1.136 +2.	Added some documentation.
   1.137 +
   1.138 +-------------------------------------------------------------------------------------------
   1.139 +
   1.140 +Release 002
   1.141 +===========
   1.142 +Made by AnnW, 22nd January 1999
   1.143 +
   1.144 +1.	Fixed bug where logger was not positioning to the end of the file when
   1.145 +	appending.
   1.146 +
   1.147 +2.	Removed #ifdef __EXE__ code.
   1.148 +
   1.149 +-------------------------------------------------------------------------------------------
   1.150 +
   1.151 +Release 001
   1.152 +===========
   1.153 +Made by AnnW, 22nd January 1999
   1.154 +
   1.155 +First release of FLOGGER, dll implementing simple logging code used by NetDial, to make
   1.156 +this available to other components.
   1.157 +
   1.158 +-------------------------------------------------------------------------------------------
   1.159 +
   1.160 +
   1.161 +