public class AndroidLogOutputChannel extends Object implements OutputChannel
| Constructor and Description |
|---|
AndroidLogOutputChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
print(int level,
String tag,
String message)
Prints out an already formatted string to the actual messaging bus
|
public void print(int level,
@NonNull
String tag,
@NonNull
String message)
OutputChannelprint in interface OutputChannellevel - Log leveltag - Tag to be used with the messagemessage - The actual message to logCopyright © 2019. All rights reserved.