LogSink: Table: Advanced Live Log Filtering for WoW

Master live log data with LogSink: Table for World of Warcraft. Filter events instantly using a powerful query engine and customizable table views.

Download LogSink Table for World of Warcraft 1.15.8

Original name: LogSink Table

World of Warcraft: 1.15.8

FileVersionLoaderSize
_LogSink-Table-1.0.0-alpha.zip1.15.8121 КБDownload
_LogSink-Table-1.0.0.zip1.15.8131 КБDownload
_LogSink-Table-1.0.1.zip1.15.8131 КБDownload
_LogSink-Table-1.0.2.zip1.15.8131 КБDownload
_LogSink-Table-1.0.3.zip1.15.8132 КБDownload
_LogSink-Table-1.0.4.zip1.15.8135 КБDownload
_LogSink-Table-1.0.5.zip1.15.8137 КБDownload

LogSink: Table

For players who demand precision in their gameplay analysis, having access to raw data is only half the battle. The real power lies in how you visualize and filter that information in real-time. LogSink: Table transforms the way addons handle logging within the game client. By acting as a dedicated sink for LibLog-1.0, this utility provides a robust table view that allows you to see, sort, and filter live logs with unprecedented granularity. Whether you are raiding in Retail or grinding dungeons in Classic era versions, understanding the flow of combat and system events is crucial for optimization.

Unleashing the Power of the Query Engine

The standout feature of this addon is its sophisticated query engine. Unlike standard chat frames that simply dump text, LogSink: Table lets you construct complex filters based on any property available in the log stream. You can compare values against literals such as strings or numbers, or even compare one property against another. The system supports all standard Lua comparison operators, giving you total control over what appears on your screen.

You might want to isolate specific characters or monitor resource thresholds. For instance, you can create a rule where charName = 'Arthas' to track a single player, or use health < 30 to flag anyone dipping into dangerous territory. The flexibility extends to mathematical comparisons like mana >= 500 or checking for inequality with ~=. This level of detail is invaluable for theorycrafters and raid leaders who need to pinpoint exact moments of failure or success during high-pressure encounters across expansions like The Burning Crusade, Wrath of the Lich King, Cataclysm, and Mists of Pandaria.

Creating Complex Logic with Intersections and Unions

Sometimes a single condition is not enough. LogSink: Table excels when you need to combine multiple criteria using logical operators. You can create intersections using AND to narrow down results strictly. A query like charName = 'Arthas' AND health < 30 ensures you only see logs when that specific character is critically injured. Conversely, you can build unions using OR to broaden your scope, such as charName = 'Arthas' OR health < 30, which captures data if either condition is true.

For handling lists of values, the addon supports IN and NOT IN operators. This allows you to compare a property against a table of values efficiently. If you want to monitor your entire party, you could use charName IN party. Alternatively, you can exclude specific players with charName NOT IN { 'Arthas', 'Khadgar', 'Thrall' }. String matching is also highly advanced, utilizing Lua patterns with LIKE and NOT LIKE. You can find partial matches, such as charName LIKE '.*thas' to catch any name ending in "thas", providing a versatile tool for parsing large datasets.

Time-Based Filtering and Real-Time Visualization

Data without context is often useless, and timing is everything in World of Warcraft. LogSink: Table includes powerful time-span filtering using SINCE and UNTIL commands. You can limit your view to logs generated within the last hour, ten minutes, or even thirty seconds. Absolute time filtering is also supported in 24-hour format, allowing queries like SINCE 13:00 UNTIL 13:05. These time constraints can be combined with any other query condition, such as charName = 'Arthas' SINCE 1 hour ago, ensuring you are looking at the most relevant historical data.

The table view itself is fully customizable. You can add, remove, or rearrange columns based on any property present in the logs. This adaptability means you can tailor the display to show exactly what matters for your current activity, whether it is monitoring DPS cooldowns in Retail or tracking debuff timers in Vanilla WoW. Clicking on any log row opens a detailed inspection window, revealing every piece of data associated with that specific entry. This deep dive capability is essential for debugging addon conflicts or analyzing intricate fight mechanics.

If you are looking to streamline your setup process, many players choose to download LogSink: Table through the foxygame.net launcher, which features a comprehensive addon catalog that handles version compatibility automatically. This approach ensures that your logging tools are always synchronized with your current game patch without manual file management. Once installed, the integration with LibLog-1.0 means any compatible addon can feed data directly into your customized table view.

Installation and Compatibility

Getting started is straightforward for users across all supported versions of the game. When you search for how to install LogSink: Table, you will find that it functions seamlessly in Retail as well as legacy clients including Classic, TBC, WotLK, Cataclysm, and MoP. The addon does not require complex configuration files to begin working; simply place the files in your Interface/AddOns folder. Because it relies on the standardized LibLog-1.0 library, it maintains high compatibility with a wide ecosystem of other logging and analysis tools.

In conclusion, LogSink: Table is an indispensable utility for anyone serious about data-driven gameplay. Its ability to filter, sort, and visualize live logs using a powerful query language sets it apart from basic chat monitors. By mastering its features, from boolean logic to time-based restrictions, you gain a clearer window into the mechanics of World of Warcraft. Whether you are optimizing a raid strategy or just curious about the underlying data of your adventures, this tool provides the clarity and control needed to succeed.