 | LoggerCurrentLogFile Property |
Gets or sets the log path and file currently being used.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CurrentLogFile { get; set; }
Public Property CurrentLogFile As String
Get
Set
public:
virtual property String^ CurrentLogFile {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CurrentLogFile : string with get, set
override CurrentLogFile : string with get, set
Property Value
Type:
StringThe log path and file.
Implements
ILoggerCurrentLogFile
See Also