A C D E F G I L S U V W 

A

addLoggerAdapter(LoggerAdapter) - Method in class com.cookingfox.logging.Settings
Add a LoggerAdapter instance.
AndroidLoggerAdapter - Class in com.cookingfox.logging.adapter
Log adapter implementation using Android logging utility.
AndroidLoggerAdapter() - Constructor for class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 

C

classCallerAddMethodName(boolean) - Method in class com.cookingfox.logging.Settings
Pass `true` to add the caller method name for the "class caller".
classCallerUseSimpleName(boolean) - Method in class com.cookingfox.logging.Settings
Pass `true` to use a simple class name for the "class caller".
com.cookingfox.logging - package com.cookingfox.logging
 
com.cookingfox.logging.adapter - package com.cookingfox.logging.adapter
 
com.cookingfox.logging.api - package com.cookingfox.logging.api
 

D

debug(Entry) - Method in class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 
debug(Entry) - Method in class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
debug(Entry) - Method in class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 
debug(Entry) - Method in interface com.cookingfox.logging.api.LoggerAdapter
Log a message at debug level.
debug(String, Object...) - Static method in class com.cookingfox.logging.Logger
Log a message at debug level.

E

Entry - Interface in com.cookingfox.logging.api
Class representing one logging entry.
error(Entry) - Method in class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 
error(Entry) - Method in class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
error(Entry) - Method in class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 
error(Entry) - Method in interface com.cookingfox.logging.api.LoggerAdapter
Log a message at error level.
error(String, Object...) - Static method in class com.cookingfox.logging.Logger
Log a message at error level.

F

fileCallerAddLineNumber(boolean) - Method in class com.cookingfox.logging.Settings
Pass `true` to add the caller line number for the "file caller".

G

getCaller() - Method in interface com.cookingfox.logging.api.Entry
Returns the name / identifier of the element that called the Logger method.
getCaller() - Method in class com.cookingfox.logging.LoggerEntry
 
getMessage() - Method in interface com.cookingfox.logging.api.Entry
Returns the message the user wants logged.
getMessage() - Method in class com.cookingfox.logging.LoggerEntry
 

I

info(Entry) - Method in class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 
info(Entry) - Method in class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
info(Entry) - Method in class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 
info(Entry) - Method in interface com.cookingfox.logging.api.LoggerAdapter
Log a message at info level.
info(String, Object...) - Static method in class com.cookingfox.logging.Logger
Log a message at info level.
init() - Static method in class com.cookingfox.logging.Logger
Initializes the Logger and returns its Settings object.

L

Level - Enum in com.cookingfox.logging
Log level enumeration.
Logger - Class in com.cookingfox.logging
Helper class for logging.
LoggerAdapter - Interface in com.cookingfox.logging.api
General log adapter interface.
LoggerEntry - Class in com.cookingfox.logging
Class representing one Logger entry.
LoggerEntry(String, Object[]) - Constructor for class com.cookingfox.logging.LoggerEntry
 

S

setEnabled(boolean) - Method in class com.cookingfox.logging.Settings
Enable or disable logging.
Settings - Class in com.cookingfox.logging
Configuration for Logger.
Slf4JLoggerAdapter - Class in com.cookingfox.logging.adapter
Log adapter implementation using SLF4J library.
Slf4JLoggerAdapter() - Constructor for class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
SystemOutLoggerAdapter - Class in com.cookingfox.logging.adapter
Log adapter implementation using System.out.println.
SystemOutLoggerAdapter() - Constructor for class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 

U

useFileCaller(boolean) - Method in class com.cookingfox.logging.Settings
Pass `true` to use the "file caller" mode.

V

valueOf(String) - Static method in enum com.cookingfox.logging.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cookingfox.logging.Level
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(Entry) - Method in class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 
verbose(Entry) - Method in class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
verbose(Entry) - Method in class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 
verbose(Entry) - Method in interface com.cookingfox.logging.api.LoggerAdapter
Log a message at verbose level.
verbose(String, Object...) - Static method in class com.cookingfox.logging.Logger
Log a message at verbose level.

W

warn(Entry) - Method in class com.cookingfox.logging.adapter.AndroidLoggerAdapter
 
warn(Entry) - Method in class com.cookingfox.logging.adapter.Slf4JLoggerAdapter
 
warn(Entry) - Method in class com.cookingfox.logging.adapter.SystemOutLoggerAdapter
 
warn(Entry) - Method in interface com.cookingfox.logging.api.LoggerAdapter
Log a message at warning level.
warn(String, Object...) - Static method in class com.cookingfox.logging.Logger
Log a message at warning level.
A C D E F G I L S U V W 

Copyright © 2015 Cooking Fox. All rights reserved.