Class Logger
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class Logger
- Inheritance
-
Logger
- Inherited Members
Constructors
Logger(string)
public Logger(string name)
Parameters
namestring
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
namestringwriteErrorsToDifferentFileboollogOnlyErrorsbooldoNotUseProcessIdboolnumFilesinttotalFileSizeintoverwritebool
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
logstringdebugInfoHTMLDebugCategory
Print(string, HTMLDebugCategory, bool)
public void Print(string log, HTMLDebugCategory debugInfo, bool printOnGlobal)
Parameters
logstringdebugInfoHTMLDebugCategoryprintOnGlobalbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).