|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.log.impl.Log
org.openmdx.kernel.log.RemoteSinkLog
public class RemoteSinkLog
The RemoteSinkLog class is used to log events received by the remote sink servlet. It must not be used by applications.
| Field Summary |
|---|
| Fields inherited from class org.openmdx.kernel.log.impl.Log |
|---|
isMicrosoftVM |
| Method Summary | |
|---|---|
static Config |
getLogConfig()
Returns the logger's configuration object |
static void |
log(LogEvent event)
Logs a remote log event |
static void |
setConfigName(String cfgName)
Set the config name that the logs pertain to. |
static void |
setLogProperties(Properties props)
Sets the log properties [Config-Level-3]. |
| Methods inherited from class org.openmdx.kernel.log.impl.Log |
|---|
finalize, getActiveEntities, getBootstrapLogger, getConfig, getDateOpened, getHostName, getLogClassName, getLoggingLevel, getLogProperties, getMechanismManager, getName, getReadableEntities, getReader, getRemoveableEntities, isBooted, isLoggingPerformance, isLoggingStatistics, loadConfig, loadMechanisms, logEvent, logString, mechanismAddedEvent, mechanismRemovedEvent, newLog, removeEntity, setApplicationControlledTrace, setLoggingLevel, setLoggingPerformance, setLoggingStatistics, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static void setConfigName(String cfgName)
cfgName - - the config namepublic static void setLogProperties(Properties props)
properties - - the propertiespublic static Config getLogConfig()
public static void log(LogEvent event)
event - A log event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||