note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class LogAttribute
Specifies a log to which to write class's data.
Inheritance
System.Object
LogAttribute
Namespace: VeloxDB.ObjectInterface
Assembly: vlxdb.dll
Syntax
public sealed class LogAttribute : Attribute
Remarks
VeloxDB persists data in log files. It is possible to use multiple log files. For more information about how and when to use additional log files see Log files in user guide.
Constructors
LogAttribute(String)
Declaration
public LogAttribute(string logName)
Parameters
Type | Name | Description |
---|---|---|
System.String | logName | Name of the log to use. |
Properties
LogName
Gets the log name.
Declaration
public string LogName { get; set; }
Property Value
Type | Description |
---|---|
System.String |