Table of Contents

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 string
writeErrorsToDifferentFile bool
logOnlyErrors bool
doNotUseProcessId bool
numFiles int
totalFileSize int
overwrite bool

Fields

LogsFolder

public static string LogsFolder

Field Value

string

Properties

LogOnlyErrors

public bool LogOnlyErrors { get; set; }

Property Value

bool

Methods

FinishAndCloseAll()

public static void FinishAndCloseAll()

Print(string, HTMLDebugCategory)

public void Print(string log, HTMLDebugCategory debugInfo = HTMLDebugCategory.General)

Parameters

log string
debugInfo HTMLDebugCategory

Print(string, HTMLDebugCategory, bool)

public void Print(string log, HTMLDebugCategory debugInfo, bool printOnGlobal)

Parameters

log string
debugInfo HTMLDebugCategory
printOnGlobal bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).