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
- Enterprise Library 6 - dynamically change log file name
- How to merge .net custom config sections for different environments
- The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
- VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products
- Do we need to close DbCommand in enterprise library 4.1?
- Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or
- EnterpriseLibrary dbCommand.ExecuteScalarAsync is error :Invalid operation. The connection is closed
- Change Enterprise Library configuration midway in a program
- Enterprise Library TraceListener to display logging messages inside app
- Azure Web Role with Transient Fault Handling Block exception: The path is too long after being fully qualified
- Enterprise Library DAAB 6 and ODP.NET - Connection string for the default database 'XXX' does not exist
- Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. Enterprise Library
- Enterprise Library issue
- Enterprise library logging Database trace listener with custom parameter input
- Change name of source in Enterprise Library Logging
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
- ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND with Windows EWT
- How to view generic event details with wpa?
- Creating new Services in service fabric will cause duplicated code
- How to correlate RPC calls in ETW traces?
- Windows XP ETW FileDeleted events
- How to list the event of the etw DX provider?
- Capture incoming HTTP requests and outgoing HTTP requests using ETW
- File monitor- c# or c++
- WPA does not see ETW event data, tracerpt does
- How can I do the same thing as "netsh trace start" when "capture=yes" specified by calling EnableTraceEx2?
- How to store DateTime in EventSource via WriteEventCore
- Using EventFlow to monitor ETW event on local machine
- Get FileName from FileObject or FileKey in event trace ETW file log C#
- What exactly are new ETW features in CLR 4.0?
- Performance counter vs ETW
Related Questions in LOGGING-APPLICATION-BLOCK
- Enterprise framework logging - ShouldLog not working with SourceLevel filter
- How to manage logs' preservation period using RollingFlatFileTraceListener on Enterprise Library Logging Application Block?
- Logging application block : database trace listener timestamp
- logging stack trace with logger
- What logging listener should be used in production? (ASP.NET / Logging Application Block)
- What is the LogWriter.ShouldLog(LogEntry) method behaviour based on?
- EntLib5: Logging application block , configuring via code instead of a config file?
- Is there a log viewer application that can read log messages from Azure Table Storage?
- Get the file name of the current log file Enterprise Library 5.0
- Define when to flush log entries to database in Enterprise Library 4.1
- Getting current log file content in Enterprise Library Logging
- Enterprise Library Logging - Always logging using the defaultCategory and not respecting the categorySources defined in web.config
- how to add some properties to log entry
- Get ElapsedTime From Trace
- 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.