|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.util.log.Category
Class wrapping a standard logging location.
| Fields inherited from interface com.sapportals.wcm.util.log.ICategory |
LEVEL_ALL, LEVEL_DEBUG, LEVEL_ERROR, LEVEL_FATAL, LEVEL_INFO, LEVEL_WARN |
| Method Summary | |
void |
assertNotNull(java.lang.Object message,
java.lang.Object test)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
assertTrue(java.lang.Object message,
boolean test)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
debug(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
debug(java.lang.Object message,
java.lang.Throwable throwable)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
debugStack(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
error(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
error(java.lang.Object message,
java.lang.Throwable throwable)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
errorStack(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
fatal(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
fatal(java.lang.Object message,
java.lang.Throwable throwable)
Deprecated. as of NW04. Please use the standard logging instead. |
static Category |
getInstance(java.lang.Class module)
Deprecated. as of NW04. Please use the standard logging instead. |
static Category |
getInstance(java.lang.String module)
Deprecated. as of NW04. Please use the standard logging instead. |
java.lang.String |
getName()
Deprecated. as of NW04. Please use the standard logging instead. |
void |
info(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
info(java.lang.Object message,
java.lang.Throwable throwable)
Deprecated. as of NW04. Please use the standard logging instead. |
boolean |
isDebugEnabled()
Deprecated. as of NW04. Please use the standard logging instead. |
boolean |
isErrorEnabled()
Deprecated. as of NW04. Please use the standard logging instead. |
boolean |
isFatalEnabled()
Deprecated. as of NW04. Please use the standard logging instead. |
boolean |
isInfoEnabled()
Deprecated. as of NW04. Please use the standard logging instead. |
boolean |
isWarnEnabled()
Deprecated. as of NW04. Please use the standard logging instead. |
static void |
setAllLogMasks(int mask)
Deprecated. as of NW04. Please use the standard logging instead. |
static void |
setDefaultLogMask(int mask)
Deprecated. as of NW04. Please use the standard logging instead. |
static void |
setDefaultLogMask(java.lang.String module,
int mask)
Deprecated. as of NW04. Please use the standard logging instead. |
static void |
setLogDirectory(java.lang.String directory)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
setLogMask(int mask)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
warn(java.lang.Object message)
Deprecated. as of NW04. Please use the standard logging instead. |
void |
warn(java.lang.Object message,
java.lang.Throwable throwable)
Deprecated. as of NW04. Please use the standard logging instead. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getName()
public final boolean isFatalEnabled()
isFatalEnabled in interface ICategorypublic final boolean isErrorEnabled()
isErrorEnabled in interface ICategorypublic final boolean isWarnEnabled()
isWarnEnabled in interface ICategorypublic final boolean isInfoEnabled()
isInfoEnabled in interface ICategorypublic final boolean isDebugEnabled()
isDebugEnabled in interface ICategorypublic final void fatal(java.lang.Object message)
fatal in interface ICategorymessage -
public final void fatal(java.lang.Object message,
java.lang.Throwable throwable)
fatal in interface ICategorymessage - throwable - public final void error(java.lang.Object message)
error in interface ICategorymessage -
public final void error(java.lang.Object message,
java.lang.Throwable throwable)
error in interface ICategorymessage - throwable - public final void errorStack(java.lang.Object message)
errorStack in interface ICategorymessage - public void warn(java.lang.Object message)
warn in interface ICategorymessage -
public void warn(java.lang.Object message,
java.lang.Throwable throwable)
warn in interface ICategorymessage - throwable - public final void info(java.lang.Object message)
info in interface ICategorymessage -
public void info(java.lang.Object message,
java.lang.Throwable throwable)
info in interface ICategorymessage - throwable - public void debug(java.lang.Object message)
debug in interface ICategorymessage - public void debugStack(java.lang.Object message)
debugStack in interface ICategorymessage -
public final void debug(java.lang.Object message,
java.lang.Throwable throwable)
debug in interface ICategorymessage - throwable -
public final void assertNotNull(java.lang.Object message,
java.lang.Object test)
assertNotNull in interface ICategorymessage - TBD: Description of the incoming method parametertest - TBD: Description of the incoming method parameter
public final void assertTrue(java.lang.Object message,
boolean test)
assertTrue in interface ICategorymessage - TBD: Description of the incoming method parametertest - TBD: Description of the incoming method parameterpublic final void setLogMask(int mask)
setLogMask in interface ICategorymask - The new LogMask valuepublic static final void setDefaultLogMask(int mask)
mask - The new DefaultLogMask value
public static final void setDefaultLogMask(java.lang.String module,
int mask)
module - defaultLogMask to be setmask - defaultLogMask to be setpublic static final void setLogDirectory(java.lang.String directory)
directory - logDirectory to be setpublic static final void setAllLogMasks(int mask)
mask - allLogMasks to be setpublic static final Category getInstance(java.lang.String module)
module - TBD: Description of the incoming method parameterpublic static final Category getInstance(java.lang.Class module)
module - TBD: Description of the incoming method parameter
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||