|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILogManager
Interface for a log manager (responsible for generate the log of a operation).
Method Summary | |
---|---|
void |
addTitle(String text)
Add the title of the log |
void |
append(String text)
Append the text |
void |
appendln(String text)
Append the text and make new line. |
void |
appendSectionTitle(String text)
Append a section title |
void |
appendSeparator()
Append separator line. |
void |
appendSpecialTitle(String text)
Append a section title |
void |
clear()
Clear the log information. |
String |
getLog()
Get the log how a String. |
void |
writeToDisk(String fileName,
boolean append)
Write the log in a file. |
Method Detail |
---|
void clear()
String getLog()
void writeToDisk(String fileName, boolean append) throws IOException
IOException
void addTitle(String text)
void append(String text)
void appendln(String text)
void appendSeparator()
void appendSectionTitle(String text)
void appendSpecialTitle(String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |