This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
42 lines (35 loc) · 1.55 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Version 1.0.8 (2013-08-14)
-------------
* Spell correction on LogLevel enumerator.
Version 1.0.6 (2013-08-08)
-------------
+ Logs version of AzureCloudLogger
* LogMessage is now an ITableEntity object with dynamic property
* AzureCloudTableLogger now takes in parameters are additonal log columns
Version 1.0.5 (2013-07-16)
-------------
+ Add a new log unit tests
* RowKey now contains milliseconds of timestamp
* Update AzureCloudTableLogger constructor to be only 1 constructor (with optional arguments)
* AzureCloudTableLogger constructor now able to define IgnoreException
* AzureCloudTableLogger now takes in sender as optional input parameter
* Log methods now takes 'string' datatype for 'message' (instead of object)
Version 1.0.4 (2013-06-07)
-------------
+ Add a new AzureCloudTableLogger constructor that does not require input for Log Level and default to 'WARN' level.
Version 1.0.3 (2013-06-05)
-------------
+ Logs machine name of application
+ Add IgnoreException read-only public property to allow express of exception (still in draft).
+ Add IsConnected read-only public property.
* Suppress all exceptions from AzureCloudTableLogger.
Version 1.0.2 (2013-06-04)
-------------
* Flatten namespace of Enumerators and Interfaces to its core ClickView.AzureCloudLogger namespace.
Version 1.0.1 (2013-06-04)
-------------
+ Add a new AzureCloudTableLogger constructor that takes in string data type for Log Level.
* Provided release is now available in .NET Framework 4.0 as default (from .NET 4.5).
Version 1.0.0
-------------
+ Initial release of AzureCloudLogger.