Class Logger
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class Logger
- Inheritance
-
Logger
- Inherited Members
Constructors
Logger(string)
public Logger(string name)
Parameters
name
string
Logger(string, bool, bool, bool, int, int, bool)
public Logger(string name, bool writeErrorsToDifferentFile, bool logOnlyErrors, bool doNotUseProcessId, int numFiles = 1, int totalFileSize = -1, bool overwrite = false)
Parameters
name
stringwriteErrorsToDifferentFile
boollogOnlyErrors
booldoNotUseProcessId
boolnumFiles
inttotalFileSize
intoverwrite
bool
Fields
LogsFolder
public static string LogsFolder
Field Value
Properties
LogOnlyErrors
public bool LogOnlyErrors { get; set; }
Property Value
Methods
FinishAndCloseAll()
public static void FinishAndCloseAll()
Print(string, HTMLDebugCategory)
public void Print(string log, HTMLDebugCategory debugInfo = HTMLDebugCategory.General)
Parameters
log
stringdebugInfo
HTMLDebugCategory
Print(string, HTMLDebugCategory, bool)
public void Print(string log, HTMLDebugCategory debugInfo, bool printOnGlobal)
Parameters
log
stringdebugInfo
HTMLDebugCategoryprintOnGlobal
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).