WebSlog
⚪ Last updated 2020Preview
🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #509 of 515 Mods mods in this game by downloads
📋 About This Mod
WebSlog A ProtoBuf powered WebSocket Log forwarder for BepInEx This is a patcher time mod for BepInEx which provides a simple WebSocket Server that forward's bepinex log messages to connected WebSockets on the local machine. This is primarily intended to provide the ability to create alternative log display systems for bepinex. WebSlog forwards messages over Websockets using protobuf-net , an implementation of Google's Protobuf. The protobuf definition for log messages is as follows; public class LogEntry { public string Source { get; internal set; } public string Level { get; internal set; } public int LevelCode { get; internal set; } public string Data { get; internal set; } } Change Log 3.0.2 / 3.0.3 / 3.0.4 Update this description to fix formatting errors 3.0.1 Update README.md with change log and protobuf definition 3.0.0 Migrate to using Protobuf for websocket protocol 2.2.2 Attempt to use Newtonsoft because Manual json is error prone and I'm stupid for trying it. 2.2.1 Fix manual JSON setup 2.2.0 Migrate off JsonUtility due to compatibility issues, implement simple manual JSON. 2.1.0 Migrate to using JsonUtiliy 1.1.0 Cache logs and forward cached logs to clients upon connect 1.0.0 Initial Release
A simple WebSocket Server which forwards BepInEx log output to connected websocket clients
📊 Mod Details
- Game
- Thunderstore Mods
- Author
- Twiner
- Version
- 3.0.4
- Downloads
- 5,422
- Endorsements
- 2
- Category
- Mods
- Created
- 5/3/2020
- Updated
- 5/11/2020
- Tags
- Mods, Tools
🔧 How to Install Thunderstore Mods
Use r2modman/Thunderstore Mod Manager. Or manual: install BepInEx, drop mods into plugins folder.
📖 Full step-by-step install guide for Thunderstore →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Thunderstore commands, item IDs, and more.
Keep browsing — more Thunderstore mods await