|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
| Logger (string name) | |
| Logger (string name, bool writeErrorsToDifferentFile, bool logOnlyErrors, bool doNotUseProcessId, int numFiles=1, int totalFileSize=-1, bool overwrite=false) | |
| void | Print (string log, HTMLDebugCategory debugInfo=HTMLDebugCategory.General) |
| void | Print (string log, HTMLDebugCategory debugInfo, bool printOnGlobal) |
Static Public Member Functions | |
| static void | FinishAndCloseAll () |
Static Public Attributes | |
| static string | LogsFolder = "" |
Properties | |
| bool | LogOnlyErrors [get, set] |
| TaleWorlds.Library.Logger.Logger | ( | string | name | ) |
| TaleWorlds.Library.Logger.Logger | ( | string | name, |
| bool | writeErrorsToDifferentFile, | ||
| bool | logOnlyErrors, | ||
| bool | doNotUseProcessId, | ||
| int | numFiles = 1, |
||
| int | totalFileSize = -1, |
||
| bool | overwrite = false |
||
| ) |
| void TaleWorlds.Library.Logger.Print | ( | string | log, |
| HTMLDebugCategory | debugInfo = HTMLDebugCategory::General |
||
| ) |
| void TaleWorlds.Library.Logger.Print | ( | string | log, |
| HTMLDebugCategory | debugInfo, | ||
| bool | printOnGlobal | ||
| ) |
|
static |
|
static |
|
getset |