Microsoft recently released Enterprise Library 6 which contains the new Semantic Logging Block. One of the options available with the Semantic Logging Block is the ability to write log messages to Windows Azure Table Storage, which sounds like a great way to implement logging in my Azure-based applications. Unfortunately, I'm not sure what to do with the logs once they are there--are there any log viewers that can retrieve log entries from Azure Table Storage? I guess I'm basically looking for a "tail" utility that monitors Azure Table Storage rather than a file.
Is there a log viewer application that can read log messages from Azure Table Storage?
1.1k Views Asked by Mike At
1
There are 1 best solutions below
Related Questions in ENTERPRISE-LIBRARY
- EnterpriseLibrary.Data.NetCore(6.3.2) auto creates SqlDatabase class object instead of OleDatabase
- EnterpriseLibrary.Logging severity level setting in app.config
- .net framework 4.7.2 and Microsoft EnterpriseLibrary v5 version incompatibility?
- Error when converting VB.NET App to from 32-bit to 64-bit
- Microsoft.Practices.EnterpriseLibrary Caching Error in GetCacheManager
- EnterpriseLibraryContainer.Current.GetInstance() equivalent Updating Project from Enterprise Library 5 to 6
- Enterprise Library 5.0 Logging exception on startup
- Microsoft.Practices.EnterpriseLibrary.Logging 4.0 RollingFlatFileLogger rollover causing service to freeze
- Microsoft.Practices.EnterpriseLibrary.Data CreateDatabase error
- ParameterCache.SetParameters is not populating the parameters
- Dot net test fails to restore EnterpriseLibrary.Logging Nuget in Azure DevOps
- Asynchronous Database call to MySql Database gives error
- C# EnterpriseLibrary trouble obtaining an Output Parameter
- Want a common EnterpriseLibrary for .NET Core MVC (common database file)
- DatabaseFactory.CreateDatabase() Returning Encrypted Values
Related Questions in AZURE-TABLE-STORAGE
- How to avoid a 404 when deleting batches from Azure Table Storage
- How to set network security group rules for azure storage services?
- Slow Azure Table Search and Insert Operations on small tables
- using IN(or similar) condition in an azure storage query
- Storing a DateTime value of DateTime.MinValue in azure table storage fails
- ELMAH error logging in azure storage
- Intermittent crashes in Azure Web Application
- How to handle continutation tokens when using CORS and talking to Azure Table Storage?
- Indexing in Azure table storage vs Google Appengine datastore
- Azure table storage exception handling
- Azure Stream Analytics partition key column duplicated in table storage
- Unreliable performance in Azure Table Storage when joining point queries together
- Stop Azure Tables treating strings as octal values
- Inserting data into azure table storage?
- How to select records where field is missing from an Azure Storage Table?
Related Questions in ETW
- Using Winshark to Filter by process/PID
- Is it possible for a .NET process to be started without Event Counters?
- Why does Tracerpt does not require any formatting information in form of any PDB or TMF file, while Traceview and Tracefmt do?
- KarbsETW is only able to process creation events from powershell
- Undefined variable in generated header from ETW manifest file (Windows event tracing)
- What is PreviousCState in Context Switch Event and is this exposed by TraceProcessing?
- real time ETW consumer of file events EDD08927-9CC4-4E65-B970-C2560FB5C289 in VC++
- Track which browser app and url is currently active on Windows
- How can I trace Win32 window-messages on Windows 7?
- How investigate disk cache usage in Win32 application?
- How to write Windows ETW logs with golang?
- Do ETW calls take ownership of string pointers?
- How to trace ETW Events inside Parallel.ForEach in C#
- Missing Event in Microsoft-Windows-Kernel-Registry provider?
- How can I create a listener for ArcSoftEventProvider using Python?
Related Questions in LOGGING-APPLICATION-BLOCK
- How to create database for a Semantic Logging Application Block with SqlDatabaseSink
- Define when to flush log entries to database in Enterprise Library 4.1
- Semantic logging vs wad logs table
- Getting current log file content in Enterprise Library Logging
- Sitecore integration With Logging Application Block
- Get the file name of the current log file Enterprise Library 5.0
- Is there a log viewer application that can read log messages from Azure Table Storage?
- How to store the stacktrace in the database on Error with Microsoft Logging Application Block
- Error in "Extensibility Hands-on Labs for Microsoft Enterprise Library 5.0"
- Enterprise Library Logging - Always logging using the defaultCategory and not respecting the categorySources defined in web.config
- Tracer Class for Automatic Logging of Method Entry and Exit
- Enterprise Library 5.0 Logging Application Block: Log Custome Message using a DatabaseTraceListener
- How to manage logs' preservation period using RollingFlatFileTraceListener on Enterprise Library Logging Application Block?
- Logging Application Block not logging to a file
- Enterprise Library 5.0 Logging - rollInterval
Related Questions in ETW-EVENTSOURCE
- Why the restriction on parameter type and count on EventSource Methods
- How to store DateTime in EventSource via WriteEventCore
- Is it possible to make a event channel with a custom name WHILE logging into a subfolder with ETW in the Event Viewer?
- System.Diagnostic.Tracing.EventSource - no events in EventListener
- ETW Tracing: Log files are corrupted after few days of continuous tracing
- ETW EventSource not logging events on Windows Server
- EventSource events show empty in Windows Performance Analyzer
- When using EventSource, should I log two events, or compute the duration and log only one?
- ETW: Setting EventSource name yields EventId 806/807
- ETW Logging - TraceEventSession overwrites file
- How to define names hierarchy in ETW EventSource?
- ETW Logging - TraceEventSession enable multiple event provider for listener
- Is there a log viewer application that can read log messages from Azure Table Storage?
- Why does implementing an interface on a subclass of EventSource throw an exception at runtime?
- OpCode is being attached to event name in out-of-process Semantic logging (SALB) c#
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can use Cerebrata tools for viewing and managing the data.