AdWordsUser::InitLogs PHP Method

InitLogs() protected method

Overrides AdsUser::InitLogs(), adding an additional log for report download requests.
protected InitLogs ( )
    protected function InitLogs()
    {
        parent::InitLogs();
        Logger::LogToFile(self::REPORT_LOG_CHANNEL_NAME, $this->GetLogsDirectory() . DIRECTORY_SEPARATOR . self::REPORT_LOG_FILE_NAME);
        Logger::SetLogLevel(self::REPORT_LOG_CHANNEL_NAME, Logger::$FATAL);
    }