aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Core.Logging.AndroidLogger Class Reference

Android specific implementation of ILogger using default Android Log. More...

Inheritance diagram for AeroGear.Mobile.Core.Logging.AndroidLogger:
AeroGear.Mobile.Core.Logging.ILogger

Public Member Functions

void Debug (string tag, string message)
 
void Debug (string message)
 
void Debug (string tag, string message, System.Exception e)
 
void Debug (string message, System.Exception e)
 
void Error (string tag, string message)
 
void Error (string message)
 
void Error (string tag, string message, System.Exception e)
 
void Error (string message, System.Exception e)
 
void Info (string tag, string message)
 
void Info (string message)
 
void Info (string tag, string message, System.Exception e)
 
void Info (string message, System.Exception e)
 
void Warning (string tag, string message)
 
void Warning (string message)
 
void Warning (string tag, string message, System.Exception e)
 
void Warning (string message, System.Exception e)
 
- Public Member Functions inherited from AeroGear.Mobile.Core.Logging.ILogger
void Info (String tag, String message)
 Send an INFO log message More...
 
void Info (String message)
 Send an INFO log message More...
 
void Info (String tag, String message, SystemException e)
 Send an INFO log message and log the exception. More...
 
void Info (String message, SystemException e)
 Send an INFO log message and log the exception. More...
 
void Warning (String tag, String message)
 Send a WARN log message More...
 
void Warning (String message)
 Send a WARN log message More...
 
void Warning (String tag, String message, SystemException e)
 Send a WARN log message and log the exception. More...
 
void Warning (String message, SystemException e)
 Send a WARN log message and log the exception. More...
 
void Debug (String tag, String message)
 Send a DEBUG log message More...
 
void Debug (String message)
 Send a DEBUG log message More...
 
void Debug (String tag, String message, SystemException e)
 Send a DEBUG log message and log the exception. More...
 
void Debug (String message, SystemException e)
 Send a DEBUG log message and log the exception. More...
 
void Error (String tag, String message)
 Send an ERROR log message More...
 
void Error (String message)
 Send an ERROR log message More...
 
void Error (String tag, String message, SystemException e)
 Send an ERROR log message and log the exception. More...
 
void Error (String message, SystemException e)
 Send an ERROR log message and log the exception. More...
 

Public Attributes

const string DEFAULT_TAG = "AeroGear"
 

Detailed Description

Android specific implementation of ILogger using default Android Log.

Member Function Documentation

◆ Debug() [1/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Debug ( string  tag,
string  message 
)

◆ Debug() [2/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Debug ( string  message)

◆ Debug() [3/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Debug ( string  tag,
string  message,
System.Exception  e 
)

◆ Debug() [4/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Debug ( string  message,
System.Exception  e 
)

◆ Error() [1/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Error ( string  tag,
string  message 
)

◆ Error() [2/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Error ( string  message)

◆ Error() [3/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Error ( string  tag,
string  message,
System.Exception  e 
)

◆ Error() [4/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Error ( string  message,
System.Exception  e 
)

◆ Info() [1/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Info ( string  tag,
string  message 
)

◆ Info() [2/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Info ( string  message)

◆ Info() [3/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Info ( string  tag,
string  message,
System.Exception  e 
)

◆ Info() [4/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Info ( string  message,
System.Exception  e 
)

◆ Warning() [1/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Warning ( string  tag,
string  message 
)

◆ Warning() [2/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Warning ( string  message)

◆ Warning() [3/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Warning ( string  tag,
string  message,
System.Exception  e 
)

◆ Warning() [4/4]

void AeroGear.Mobile.Core.Logging.AndroidLogger.Warning ( string  message,
System.Exception  e 
)

Member Data Documentation

◆ DEFAULT_TAG

const string AeroGear.Mobile.Core.Logging.AndroidLogger.DEFAULT_TAG = "AeroGear"

The documentation for this class was generated from the following file: