2006-07-19 10:36:13 +00:00
<!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" >
2007-06-20 03:27:49 +00:00
< 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." >
2006-07-19 10:36:13 +00:00
< LINK REL = "STYLESHEET" HREF = "../../../book.css" TYPE = "text/css" >
< title > RSE Logger API< / title >
< / head >
2007-06-20 03:27:49 +00:00
< body >
2006-07-19 10:36:13 +00:00
< h1 > RSE Logger API< / h1 >
2007-06-20 03:27:49 +00:00
< p > To log your messages to the workbench log file in < samp > .metadata\.log< / samp > ,
2007-05-15 23:55:07 +00:00
either base your plugin class on the < samp > org.eclipse.rse.ui.SystemBasePlugin< / samp > class and use
2006-07-19 10:36:13 +00:00
the inherited logging methods, or instead of instantiating your own < samp > Logging< / samp > object, re-use the
2006-08-02 02:35:23 +00:00
RSE-supplied logging object by calling < samp > getDefault().getLog()< / samp > in the < samp > org.eclipse.rse.ui.RSEUIPlugin< / samp >
2006-07-19 10:36:13 +00:00
class.
< / p >
< P > < BR > < / P >
< / body >
< / html >