Gets the name of the log where the source's entries are written to. Possible values include:
Application, System, or a custom event log.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LogName As String |
| C# |
|---|
public string LogName { get; } |
| Visual C++ |
|---|
public: property String^ LogName { String^ get (); } |
| JavaScript |
|---|
function get_logName(); |