Difference between revisions of "UnregisterLog"
Jump to navigation
Jump to search
imported>Shademe |
imported>Shademe (→Notes: Addendum) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) UnregisterLog | (nothing) UnregisterLog formatString:string var1 var2 ... var20 defaultFlag:bool deleteLog:bool | ||
Unregisters the calling | Unregisters the calling log. If the deleteLog flag is set, it is also deleted from the hard disk. | ||
==Notes== | |||
* To unregister all of the calling mod's registered logs, the string "*.*" should be passed as the first argument. | |||
* To unregister the calling mod's default log, the string "*.*" should be passed as the first argument and the default flag must be set. | |||
* The delete log flag may not be used to delete all of the mod's registered logs. | |||
==See also== | ==See also== | ||
[[RegisterLog]] | [[RegisterLog]]<br> | ||
[[ | [[GetRegisteredLogNames]] | ||
[[Category: ConScribe]] | [[Category: ConScribe]] | ||
<!-- Begin Search Terms | |||
Un | |||
Register | |||
Log | |||
End Search Terms --> |
Latest revision as of 16:00, 19 September 2010
A command for ConScribe.
Syntax:
(nothing) UnregisterLog formatString:string var1 var2 ... var20 defaultFlag:bool deleteLog:bool
Unregisters the calling log. If the deleteLog flag is set, it is also deleted from the hard disk.
Notes[edit | edit source]
- To unregister all of the calling mod's registered logs, the string "*.*" should be passed as the first argument.
- To unregister the calling mod's default log, the string "*.*" should be passed as the first argument and the default flag must be set.
- The delete log flag may not be used to delete all of the mod's registered logs.
See also[edit | edit source]
RegisterLog
GetRegisteredLogNames