| Package | Description |
|---|---|
| com.cookingfox.logging | |
| com.cookingfox.logging.adapter |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.addLoggerAdapter(LoggerAdapter loggerAdapter)
Add a LoggerAdapter instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidLoggerAdapter
Log adapter implementation using Android logging utility.
|
class |
Slf4JLoggerAdapter
Log adapter implementation using SLF4J library.
|
class |
SystemOutLoggerAdapter
Log adapter implementation using System.out.println.
|
Copyright © 2015 Cooking Fox. All rights reserved.