Category:ConScribe
ConScribe | |
---|---|
Author(s) | |
Current Version | 10.0 (GetPluginVersion returns 167870973) |
Description |
ConScribe's primary function is console logging - It captures all text printed to the console and saves it to log files, allowing it to be reviewed later out of game. It also adds new commands that allow writing textual output to and read from log files. |
Installation |
|
Download | |
Source Code | |
Discussions | |
OBSE Name | "ConScribe"
(for use with IsPluginInstalled/GetPluginVersion) |
Logging Functions[edit | edit source]
ConScribe adds independent logging functions that allow mods to log textual output to text files. Output is primarily segregated into 2 types: Logs made per script and logs made per mod. The primary output function Scribe is used to log all output.
Mods may register a log using the RegisterLog function and then use Scribe to write to it. Registered logs can be unregistered using UnregisterLog. GetRegisteredLogNames returns the names of the calling mod's registered logs. You may read from a registered log using the ReadFromLog command
Mods are allowed to register and use multiple log files.
Pages in category "ConScribe"
The following 7 pages are in this category, out of 7 total.