org.codeforamerica.open311.internals.logging
Interface Logger

All Known Implementing Classes:
AndroidLogger, RegularJavaLogger

public interface Logger

Defines all the required operations to log events in the library.

Author:
Santiago MunĂ­n

Field Summary
static String TAG
           
 
Method Summary
 void logError(String message)
          Logs an error.
 void logInfo(String message)
          Logs a non-critical event.
 

Field Detail

TAG

static final String TAG
See Also:
Constant Field Values
Method Detail

logInfo

void logInfo(String message)
Logs a non-critical event.

Parameters:
message - Message to log.

logError

void logError(String message)
Logs an error.

Parameters:
message - Message to log.


Copyright © 2013 Code for America. All Rights Reserved.