Modifier and Type | Field and Description |
---|---|
(package private) java.lang.StringBuffer |
htmlBuffer |
(package private) java.util.ArrayList<InfoMessage> |
messages |
(package private) java.lang.String |
name |
(package private) LogNotificand |
notificand |
(package private) static Log |
systemLog |
(package private) java.lang.StringBuffer |
textBuffer |
Constructor and Description |
---|
Log(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
void |
addInfoMessage(InfoMessage im) |
void |
addInfoMessage(int lev,
java.lang.String ctx,
java.lang.String msg) |
void |
clear() |
static void |
errorMsg(java.lang.String ctx,
java.lang.String txt) |
java.lang.String |
getHTML() |
java.lang.String |
getPlainText() |
static void |
infoMsg(java.lang.String ctx,
java.lang.String txt) |
void |
removeLogNotificand(LogNotificand ln) |
void |
report(java.lang.String s) |
void |
reportError(java.lang.String s) |
void |
reportInfo(java.lang.String s) |
void |
reportWarning(java.lang.String s) |
void |
setLogNotificand(LogNotificand ln) |
static void |
setSystemLog(Log log) |
static void |
warningMsg(java.lang.String ctx,
java.lang.String txt) |
java.lang.String name
java.util.ArrayList<InfoMessage> messages
java.lang.StringBuffer textBuffer
java.lang.StringBuffer htmlBuffer
LogNotificand notificand
static Log systemLog
public void addInfoMessage(InfoMessage im)
addInfoMessage
in interface InfoLog
public void addInfoMessage(int lev, java.lang.String ctx, java.lang.String msg)
addInfoMessage
in interface InfoLog
public void setLogNotificand(LogNotificand ln)
setLogNotificand
in interface InfoLog
public void removeLogNotificand(LogNotificand ln)
removeLogNotificand
in interface InfoLog
public java.lang.String getPlainText()
getPlainText
in interface InfoLog
public static void setSystemLog(Log log)
public void reportInfo(java.lang.String s)
reportInfo
in interface Reporter
public void reportWarning(java.lang.String s)
reportWarning
in interface Reporter
public void reportError(java.lang.String s)
reportError
in interface Reporter
public static void infoMsg(java.lang.String ctx, java.lang.String txt)
public static void warningMsg(java.lang.String ctx, java.lang.String txt)
public static void errorMsg(java.lang.String ctx, java.lang.String txt)
Copyright © 2013. All Rights Reserved.