[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.2.0
Syntax
| C# |
|---|
public enum LogKind |
| Visual Basic (Declaration) |
|---|
Public Enumeration LogKind |
| Visual C++ |
|---|
public enum class LogKind |
| J# |
|---|
public enum LogKind |
| JScript |
|---|
public enum LogKind |
Members
| Member name | Description | |
|---|---|---|
| OperationComplete | An operation other than a file transfer has completed | |
| ImportantError | An important error has occured | |
| ConnectComplete | unused | |
| TransferComplete | A file transfer was completed successfully | |
| Details | Not so important messages like directory changing | |
| Disconnect | Disconnected successfully | |
| Connect | Connect to a file system requiring disconnect |
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.