Skip to content

Commit 0336d55

Browse files
author
mwatson
committed
2 parents 65396a4 + abaedbc commit 0336d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ If you use a custom logging framework or a framework not currently supported, yo
200200
StackifyLib.Logger.Queue("DEBUG", "My log message");
201201
StackifyLib.Logger.QueueException("Test exception", new ApplicationException("Sky is falling"));
202202

203+
StackifyLib.Logger.Shutdown(); //should be called before your app closes to flush the log queue
204+
203205
###Configuring with Azure service definitions
204206

205207
StackifyLib reads the license key, app name, and environment settings from normal web.config appSettings. If you would prefer to store the settings in an [azure cloud deployment cscfg](http://msdn.microsoft.com/en-us/library/azure/hh369931.aspx#NameValue), then you can create a little code to read the settings from there and set the StackifyLib settings in code like this in some similar way.

0 commit comments

Comments
 (0)