 | ILoggerCurrentLogFile Property |
Gets or sets the current log.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxstring CurrentLogFile { get; set; }
Property CurrentLogFile As String
Get
Set
property String^ CurrentLogFile {
String^ get ();
void set (String^ value);
}
abstract CurrentLogFile : string with get, set
Property Value
Type:
String
The current log.
See Also