Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devversion/xlogger
xLogger an Arma 3 C++ Extension
https://github.com/devversion/xlogger
Last synced: about 1 month ago
JSON representation
xLogger an Arma 3 C++ Extension
- Host: GitHub
- URL: https://github.com/devversion/xlogger
- Owner: devversion
- Created: 2015-04-05T13:09:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T15:33:47.000Z (almost 10 years ago)
- Last Synced: 2024-11-11T06:12:29.492Z (2 months ago)
- Language: C++
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xLogger
xLogger an Arma 3 C++ Extension - DLL / SO#### What it can
- Live Logging to File
- Linux and Windows Compatible
- High Performance#### Installation
- Download the current release from https://github.com/PaulGap/xLogger/releases
- Move the ```@xLogger``` Folder into your Arma 3 Root Folder
- Start Arma 3 and enjoy the new file logger.#### Call Extension
- Be sure to launch this as Server
- Create a script with parameters ability to execute this on serverside
- In this script file call this arma function ```"xLogger callExtension _this select 0```
- Launch Serverside with ```[["Message"], "fnc_script", false, false] call BIS_fnc_MP```