|
Bartosz Firyn (SarXos) | |||||||||
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 | |
---|---|
static void |
configure(File file)
Configure SLF4J. |
static void |
configure(InputStream is)
Configure SLF4J. |
static void |
configure(String file)
Configure SLF4J. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebcamLogConfigurator()
Method Detail |
---|
public static void configure(InputStream is)
is
- input stream to logback configuration xmlpublic static void configure(File file)
file
- logback configuration filepublic static void configure(String file)
file
- logback configuration file path
|
Bartosz Firyn (SarXos) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |