DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Call this function to make bot write all output to the specified file
instead of a console. If only error logging is desirable, first call this
function and after that call EnableSilenceMode()()()() function.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public static void EnableLogging( string logFileName ) |
Parameters
- logFileName
- Type: System..::..String
Path and name of a file to write output to. If no path was specified, the bot creates that file in it's current directory. File is encoded in UTF-8.