Supported Games
Creates logs of all items being deposited or removed from StorageContainers, StashContainers and OvenContainers (Fire, Furnace, OilRefinery, etc.).
Warning! If you have a high pop server these logs can very easily get out of hand. Make sure you remove old and unused logs regularly!
To try and keep some form of use-able order to this logs are saved as Text files and are split into 3 categories, each container has its own log file with a new one generated every day.
Chat Commands
/findid-- Display location and filename of the log for that container that you are looking at
Log Location
You can find the log location for a specific container by looking at the container and typing /findid in the chat. This will display a message telling you of the directory you where the log is located, and the file name. Here is a example log directory location: oxide/logs/LootLogs/....txt.
Filenames
The file name is generated using the prefab name of the container, the containers unique ID number, and the log date. Here is a example log filename:
// Prefab Name// // ID // // Date//
woodbox_deployed-116659-2016-08-13.txt
Log Entries
The log entries will look like as follows:
[08/13/2016 17:47:30] [420] k1lly0u deposited 1x Stone Hatchet
[08/13/2016 17:47:30] [420] k1lly0u deposited 1x Satchel Charge
[08/13/2016 17:47:31] [420] k1lly0u looted 1x Stone Hatchet
[08/13/2016 17:47:32] [420] k1lly0u looted 1x Satchel Charge
MIT License
Copyright (c) 2020 k1lly0u
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

