[This is preliminary documentation and is subject to change.]
When log is issued its kind is denoted with one of following flags
Namespace: Tools.TotalCommanderTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| OperationComplete | 7 | An operation other than a file transfer has completed | |
| ImportantError | 6 | An important error has occured | |
| ConnectComplete | 5 | unused | |
| TransferComplete | 4 | A file transfer was completed successfully | |
| Details | 3 | Not so important messages like directory changing | |
| Disconnect | 2 | Disconnected successfully | |
| Connect | 1 | Connect to a file system requiring disconnect | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets 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.