类 LogBase
java.lang.Object
com.gdxsoft.easyweb.log.LogBase
- 直接已知子类:
SampleLog
The log class base
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get the HtmlCreator (parent class)getLog()voidsetCreator(HtmlCreator creator) Set the HtmlCreator (parent class)void
-
构造器详细资料
-
LogBase
public LogBase()
-
-
方法详细资料
-
getLog
-
setLog
-
getCreator
Get the HtmlCreator (parent class)- 返回:
- HtmlCreator
-
setCreator
Set the HtmlCreator (parent class)- 参数:
creator- the HtmlCreator
-