| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html> |
| <head> |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> |
| <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> |
| <meta name="copyright" content="Copyright (c) IBM Corporation and others 2002, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > |
| <LINK REL="STYLESHEET" HREF="../../../book.css" TYPE="text/css"> |
| <title>RSE Logger API</title> |
| </head> |
| |
| <body> |
| <h1>RSE Logger API</h1> |
| <p>To log your messages to the workbench log file in <samp>.metadata\.log</samp>, |
| either base your plugin class on the <samp>org.eclipse.rse.ui.SystemBasePlugin</samp> class and use |
| the inherited logging methods, or instead of instantiating your own <samp>Logging</samp> object, re-use the |
| RSE-supplied logging object by calling <samp>getDefault().getLog()</samp> in the <samp>org.eclipse.rse.ui.RSEUIPlugin</samp> |
| class. |
| </p> |
| |
| |
| <P><BR></P> |
| </body> |
| </html> |