| Package | Description |
|---|---|
| ch.qos.logback.classic.android |
Contains logback-classic classes bound to the Android SDK.
|
| Modifier and Type | Method and Description |
|---|---|
PatternLayoutEncoder |
LogcatAppender.getEncoder()
Gets the pattern-layout encoder for this appender's logcat message
|
PatternLayoutEncoder |
LogcatAppender.getTagEncoder()
Gets the pattern-layout encoder for this appender's logcat tag
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogcatAppender.setEncoder(PatternLayoutEncoder encoder)
Sets the pattern-layout encoder for this appender's logcat message
|
void |
LogcatAppender.setTagEncoder(PatternLayoutEncoder encoder)
Sets the pattern-layout encoder for this appender's logcat tag
|
Copyright © 2005–2014 QOS.ch. All rights reserved.