os/persistentdata/loggingservices/filelogger/group/RELEASE.TXT
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
FLOGGER - File Logging Component
sl@0
     2
sl@0
     3
Perforce Changelist 
sl@0
     4
========================
sl@0
     5
Made by AnnW, 10th November 1999
sl@0
     6
sl@0
     7
1. Fixed bug where access counting on open log files was incorrect.
sl@0
     8
sl@0
     9
---------------------------------------------------------------------
sl@0
    10
sl@0
    11
Release 022
sl@0
    12
===========
sl@0
    13
Made by AnnW, 1st October 1999
sl@0
    14
sl@0
    15
1.	Made static writes to log include date and time.
sl@0
    16
sl@0
    17
2.	Added testcode for 8-bit writes and hex dumps.
sl@0
    18
sl@0
    19
Release 021
sl@0
    20
===========
sl@0
    21
Made by AnnW, 19th August 1999
sl@0
    22
sl@0
    23
1.	Added functions to write 8-bit descriptors to the log.
sl@0
    24
sl@0
    25
2.	Added functions to hex dump to log.
sl@0
    26
sl@0
    27
3.	Speeded up static writes to the log by reducing them to use 1 IPC
sl@0
    28
	call rather than 3.
sl@0
    29
	
sl@0
    30
4.	Fixed DEF files for ARM4.
sl@0
    31
sl@0
    32
Release 020
sl@0
    33
===========
sl@0
    34
Made by AnnW, 11th August 1999
sl@0
    35
sl@0
    36
Released on mainline share.  Based on the ER5u release 012.
sl@0
    37
sl@0
    38
1.	Added timer in on closing of log files so that there is a 5 second pause 
sl@0
    39
	before a log file is closed.  This prevents files being opened and closed
sl@0
    40
	too much.
sl@0
    41
	
sl@0
    42
2.	Added WriteFormat() functions to RFileLogger which take a VA_LIST as final 
sl@0
    43
	parameter.
sl@0
    44
	
sl@0
    45
3.	Changed so that date ad time are written to log by default.
sl@0
    46
sl@0
    47
-------------------------------------------------------------------------------------------
sl@0
    48
sl@0
    49
Release 012
sl@0
    50
===========
sl@0
    51
Made by AnnW, 4th August 1999
sl@0
    52
sl@0
    53
1.	Revised the API to include static write functions.
sl@0
    54
sl@0
    55
2.	Rewrote the thread starting code (copied from DBMS server code!)
sl@0
    56
sl@0
    57
3.	Added timer in the shutdown so that when the final session is closed
sl@0
    58
	there is a 5 second pause before the server is shutdown.
sl@0
    59
sl@0
    60
-------------------------------------------------------------------------------------------
sl@0
    61
sl@0
    62
Release 011
sl@0
    63
===========
sl@0
    64
Made by WilliamR, 1st August 1999
sl@0
    65
sl@0
    66
Built with VC6
sl@0
    67
sl@0
    68
1.  Revised BWINS\FLOGGERU.DEF for MSVC6, which changes the mangled name for
sl@0
    69
sl@0
    70
	RFileLogger::WriteFormat
sl@0
    71
sl@0
    72
-------------------------------------------------------------------------------------------
sl@0
    73
sl@0
    74
Release 010
sl@0
    75
===========
sl@0
    76
Made by AnnW, 10th June 1999
sl@0
    77
sl@0
    78
On the ER5u share.
sl@0
    79
sl@0
    80
1.	Added BLD.INF
sl@0
    81
sl@0
    82
-------------------------------------------------------------------------------------------
sl@0
    83
sl@0
    84
Release 006
sl@0
    85
===========
sl@0
    86
Made by AnnW, 4th June 1999
sl@0
    87
sl@0
    88
1.	Changed FLOGGER API as follows:
sl@0
    89
sl@0
    90
	i)   Made all member functions of RFileLogger void (they no longer return any 
sl@0
    91
	errors).
sl@0
    92
sl@0
    93
	ii)  Added the iLastError data to RFileLogger which is used to record the last 
sl@0
    94
	error when writing to the log.  This may be retrieved using the LastError() 
sl@0
    95
	function.
sl@0
    96
sl@0
    97
	iii) Added LogValid() function for the client to access the iLogValid flag 
sl@0
    98
	which determines whether or not logging is taking place.
sl@0
    99
sl@0
   100
	iv)  Changed all RFileLogger functions to take Unicode strings and convert them 
sl@0
   101
	to UTF8 to write to the file.
sl@0
   102
sl@0
   103
2.	Changed TFileLoggingMode enums to have more specific names.
sl@0
   104
sl@0
   105
3.	Fixed bug in constructor of RFileLogger which was not initialising iLogValid to
sl@0
   106
	EFalse.
sl@0
   107
sl@0
   108
-------------------------------------------------------------------------------------------
sl@0
   109
sl@0
   110
Release 005
sl@0
   111
===========
sl@0
   112
Made by AnnW, 30th April 1999
sl@0
   113
sl@0
   114
1.	Rewrote FLOGGER as a server running in its own process.
sl@0
   115
sl@0
   116
-------------------------------------------------------------------------------------------
sl@0
   117
sl@0
   118
Release 004
sl@0
   119
===========
sl@0
   120
Made by AnnW, 1st March 1999
sl@0
   121
sl@0
   122
1.	Added non-static API to the file logger.
sl@0
   123
sl@0
   124
-------------------------------------------------------------------------------------------
sl@0
   125
sl@0
   126
Release 003
sl@0
   127
===========
sl@0
   128
Made by AnnW, 25th February 1999
sl@0
   129
sl@0
   130
1.	Added support for putting in date and time at the beginning of a logged 
sl@0
   131
	line, depending on user preferences.
sl@0
   132
sl@0
   133
2.	Added some documentation.
sl@0
   134
sl@0
   135
-------------------------------------------------------------------------------------------
sl@0
   136
sl@0
   137
Release 002
sl@0
   138
===========
sl@0
   139
Made by AnnW, 22nd January 1999
sl@0
   140
sl@0
   141
1.	Fixed bug where logger was not positioning to the end of the file when
sl@0
   142
	appending.
sl@0
   143
sl@0
   144
2.	Removed #ifdef __EXE__ code.
sl@0
   145
sl@0
   146
-------------------------------------------------------------------------------------------
sl@0
   147
sl@0
   148
Release 001
sl@0
   149
===========
sl@0
   150
Made by AnnW, 22nd January 1999
sl@0
   151
sl@0
   152
First release of FLOGGER, dll implementing simple logging code used by NetDial, to make
sl@0
   153
this available to other components.
sl@0
   154
sl@0
   155
-------------------------------------------------------------------------------------------
sl@0
   156
sl@0
   157
sl@0
   158