|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.core.LogFactory
com.partnersoft.platform.webstart.WebstartLogFactory
public class WebstartLogFactory
An implementation of LogFactory designed for use with
Java Web Start. Currently logging is only done to STDOUT/STDERR.
Copy Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
WebstartLogFactory()
Creates the log factory, configuring log4j by reading either ReadOnlyLogging.properties or Logging.properties from the first directory it is found in from the following list: config/seat/system/logging/ config/site/system/logging/ config/customer/system/logging/ config/provider/system/logging/ system/logging/ This allows customization of logging for a specific installation or group of installations. |
|
| Method Summary | |
|---|---|
Log |
instanceFor(java.lang.Class clazz)
Return a Log object for the given class. |
Log |
instanceFor(java.lang.String name)
Returns the correct Log instance for the given name. |
| Methods inherited from class com.partnersoft.core.LogFactory |
|---|
getFactory, logFor, logFor, setFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebstartLogFactory()
| Method Detail |
|---|
public Log instanceFor(java.lang.Class clazz)
LogFactory
instanceFor in class LogFactorypublic Log instanceFor(java.lang.String name)
LogFactory
instanceFor in class LogFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||