org.sakaiproject.cheftool
Class VelocityPortletPaneledAction.MyLogger
java.lang.Object
org.sakaiproject.cheftool.VelocityPortletPaneledAction.MyLogger
- Enclosing class:
- VelocityPortletPaneledAction
protected class VelocityPortletPaneledAction.MyLogger
- extends Object
|
Method Summary |
void |
debug(String channel,
String msg)
|
void |
debug(String channel,
String msg,
Throwable e)
|
void |
error(String channel,
String msg)
|
void |
error(String channel,
String msg,
Throwable e)
|
VelocityPortletPaneledAction.MyLogger |
getLogger(String name)
|
void |
info(String channel,
String msg)
|
void |
info(String channel,
String msg,
Throwable e)
|
boolean |
isDebugEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarnEnabled()
|
void |
warn(String channel,
String msg)
|
void |
warn(String channel,
String msg,
Throwable e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityPortletPaneledAction.MyLogger
protected VelocityPortletPaneledAction.MyLogger()
warn
public void warn(String channel,
String msg)
warn
public void warn(String channel,
String msg,
Throwable e)
debug
public void debug(String channel,
String msg)
debug
public void debug(String channel,
String msg,
Throwable e)
info
public void info(String channel,
String msg)
info
public void info(String channel,
String msg,
Throwable e)
error
public void error(String channel,
String msg)
error
public void error(String channel,
String msg,
Throwable e)
getLogger
public VelocityPortletPaneledAction.MyLogger getLogger(String name)
isDebugEnabled
public boolean isDebugEnabled()
isWarnEnabled
public boolean isWarnEnabled()
isInfoEnabled
public boolean isInfoEnabled()
Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.