adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EventLogMonitor Class / LogName Property


In This Topic
    LogName Property (EventLogMonitor)
    In This Topic
    The name of the log to monitor
    Syntax
    'Declaration
     
    
    Public Property LogName As String
    public string LogName {get; set;}
    public:
    property String^ LogName {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    Specifies which event log this monitor will read. You must specify a valid log name on the adTempus server.

    Scheduler.GetEventLogs can be used to retrieve information about the available event logs on the server.

    See Also