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