From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Injected-Via-Gmane: http://gmane.org/ To: community@altlinux.ru From: Anton Farygin Date: Thu, 30 Jun 2005 17:34:35 +0400 Organization: ALT Linux Ltd. Message-ID: References: <42C44D0B.3090801@km.aval.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: rider.balabanovo.ru User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: [Comm] Re: =?koi8-r?b?79TMwcTLwSDQ0snMz9bFzsnK?= X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 13:38:48 -0000 Archived-At: List-Archive: List-Post: В письме Thu, 30 Jun 2005 15:50:35 -0400, Aleksandr Olar написал: > Вопрос, может, немного не по теме, но может кто-то ответит. Есть в > WinAPI такая функция OutputDebugString. Справка из WinAPI SDK: > > The OutputDebugString function sends a string to the debugger for the > current application. > > VOID OutputDebugString( > LPCTSTR lpOutputString // pointer to string to be displayed > ); > Parameters > lpOutputString > Points to the null-terminated string to be displayed. > Return Values > This function does not return a value. > Remarks > If the application has no debugger, the system debugger displays the > string. If the application has no debugger and the system > debugger is not active, OutputDebugString does nothing. > > Реализовано ли в линуксе подобное решение ? Мы используем для этих целей stderr или syslog Rgds, Rider