|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mysteriestableportal.MysteriesLogging
public class MysteriesLogging
Logs all actions to a log file.
| Field Summary | |
|---|---|
static java.lang.String |
ITEM_ROTATED
The Constant ITEM_ROTATED. |
static java.lang.String |
ITEM_SCALED
The Constant ITEM_SCALED. |
static java.lang.String |
ITEM_TRANSLATED
The Constant ITEM_TRANSLATED. |
| Constructor Summary | |
|---|---|
MysteriesLogging()
Instantiates a new mysteries logging. |
|
MysteriesLogging(java.lang.Class<?> appClass)
Instantiates a new mysteries logging. |
|
| Method Summary | |
|---|---|
void |
registerItemForLogging(ContentItem item)
Register item for logging. |
void |
registerItemsForLogging(java.util.List<ContentItem> items)
Register items for logging. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ITEM_ROTATED
public static final java.lang.String ITEM_SCALED
public static final java.lang.String ITEM_TRANSLATED
| Constructor Detail |
|---|
public MysteriesLogging()
throws java.io.FileNotFoundException
java.io.FileNotFoundException - the file not found exception
public MysteriesLogging(java.lang.Class<?> appClass)
throws java.io.FileNotFoundException
appClass - the app class
java.io.FileNotFoundException - the file not found exception| Method Detail |
|---|
public void registerItemForLogging(ContentItem item)
item - the itempublic void registerItemsForLogging(java.util.List<ContentItem> items)
items - the items
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||