Export of Log Entries

Exports the domain log entries to a file.

Syntax

File exportDomainLogEntry(file, Date StartTime, Date EndTime, Integer length) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Export
    File file = new File("D:\\domainlog.txt");
    domainLog.exportDomainLogEntry(file, Date StartTime, Date EndTime, Integer length);