Difference between revisions of "Category:ConScribe"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Shademe
(Updated with the newer details)
imported>Shademe
(Updated)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{OBSE Plugin
{{OBSE Plugin
|Version    = 7.0
|Version    = 10.0
|InternalVer = 7
|InternalVer = 167870973
|Name        = ConScribe
|Name        = ConScribe
|Author      = [http://www.bethsoft.com/bgsforums/index.php?showuser=460960 shadeMe]
|Author      = [http://www.bethsoft.com/bgsforums/index.php?showuser=460960 shadeMe]
Line 9: Line 9:
*#Extract the contents to your Oblivion Data directory.
*#Extract the contents to your Oblivion Data directory.
|Download    = [http://www.tesnexus.com/downloads/file.php?id=26510 TES Nexus]
|Download    = [http://www.tesnexus.com/downloads/file.php?id=26510 TES Nexus]
|Source      = 0
|Source      = [http://github.com/shadeMe/ConScribe GitHub]
|Discussions = [http://www.bethsoft.com/bgsforums/index.php?showtopic=1029117 <nowiki>[Rel]</nowiki> ConScribe]
|Discussions = [http://www.bethsoft.com/bgsforums/index.php?showtopic=1029117 <nowiki>[Rel]</nowiki> ConScribe]
|OBSEname    = ConScribe
|OBSEname    = ConScribe
Line 21: Line 21:
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.  
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]]. [[GetRegisteredLogName]] returns the names of the calling mod's registered logs. You may read from a registered log using the [[readFromLog]] command
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


As of version 7.0, mods are allowed to register and use multiple log files.
Mods are allowed to register and use multiple log files.

Latest revision as of 05:07, 9 May 2013


ConScribe
Author(s)

shadeMe

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
  • Manual Install:
    1. Extract the contents to your Oblivion Data directory.
Download

TES Nexus

Source Code

GitHub

Discussions

[Rel] ConScribe

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.