|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opera.core.systems.OperaSettings.OperaLogging
public class OperaSettings.OperaLogging
Manages settings related to logging in OperaDriver and related processes, such as
OperaRunner and Opera itself.
| Constructor Summary | |
|---|---|
OperaSettings.OperaLogging()
|
|
| Method Summary | |
|---|---|
File |
getFile()
Returns the logging file, if any, used by Opera. |
Level |
getLevel()
Returns the logging level used in OperaDriver. |
void |
setFile(File file)
Specifies the logging file to use for the OperaDriver loggers. |
void |
setLevel(Level level)
Sets the logging level used in OperaDriver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperaSettings.OperaLogging()
| Method Detail |
|---|
public Level getLevel()
OperaRunner and for Opera itself, might
differ due to an unspecified heuristic of what the general desired level of chattiness the
user wants based on the value set here.
public void setLevel(Level level)
OperaRunner and for Opera itself, might
differ due to an unspecified heuristic of what the general desired level of chattiness the
user wants based on the value set here.
level - the logging level to usepublic File getFile()
public void setFile(File file)
file - logging file to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||