LogfileWriterEntryFormat Property
Gets or sets the format of a log entry.
{0}=Date, {1}=Time, {2}=Event, {3}=Message.
Namespace: DevCase.Core.Diagnostics.LoggingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string EntryFormat { get; set; }
Public Property EntryFormat As String
Get
Set
Dim instance As LogfileWriter
Dim value As String
value = instance.EntryFormat
instance.EntryFormat = value
public:
property String^ EntryFormat {
String^ get ();
void set (String^ value);
}
member EntryFormat : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The format of a log entry.