|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.sarxos.webcam.log.WebcamLogConfigurator
public class WebcamLogConfigurator
Configure loggers.
| Constructor Summary | |
|---|---|
WebcamLogConfigurator()
|
|
| Method Summary | |
|---|---|
void |
configure(File file)
Configure SLF4J. |
void |
configure(InputStream is)
Configure SLF4J. |
void |
configure(String file)
Configure SLF4J. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebcamLogConfigurator()
| Method Detail |
|---|
public void configure(InputStream is)
is - input stream to logback configuration xmlpublic void configure(File file)
file - logback configuration filepublic void configure(String file)
file - logback configuration file path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||