[This is preliminary documentation and is subject to change.]

When log is issued its kind is denoted with one of following flags

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public enum LogKind
Visual Basic
Public Enumeration LogKind
Visual C++
public enum class LogKind
F#
type LogKind
JScript
public enum LogKind

Members

Member nameValueDescription
OperationComplete7An operation other than a file transfer has completed
ImportantError6An important error has occured
ConnectComplete5unused
TransferComplete4A file transfer was completed successfully
Details3Not so important messages like directory changing
Disconnect2Disconnected successfully
Connect1Connect to a file system requiring disconnect
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

Remarks

Total Commander supports logging to files. While one log file will store all messages, the other will only store important errors, connects, disconnects and complete operations/transfers, but not messages of type Details.

See Also