| Package | Description |
|---|---|
| com.cookingfox.logging |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.addLoggerAdapter(LoggerAdapter loggerAdapter)
Add a LoggerAdapter instance.
|
Settings |
Settings.classCallerAddMethodName(boolean value)
Pass `true` to add the caller method name for the "class caller".
|
Settings |
Settings.classCallerUseSimpleName(boolean value)
Pass `true` to use a simple class name for the "class caller".
|
Settings |
Settings.fileCallerAddLineNumber(boolean value)
Pass `true` to add the caller line number for the "file caller".
|
static Settings |
Logger.init()
Initializes the Logger and returns its
Settings object. |
Settings |
Settings.setEnabled(boolean value)
Enable or disable logging.
|
Settings |
Settings.useFileCaller(boolean value)
Pass `true` to use the "file caller" mode.
|
Copyright © 2015 Cooking Fox. All rights reserved.