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

Logger that logs nothing. More...

Inheritance diagram for AeroGear.Mobile.Core.Logging.NullLogger:
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...
 

Detailed Description

Logger that logs nothing.

Member Function Documentation

◆ Debug() [1/4]

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

◆ Debug() [2/4]

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

◆ Debug() [3/4]

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

◆ Debug() [4/4]

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

◆ Error() [1/4]

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

◆ Error() [2/4]

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

◆ Error() [3/4]

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

◆ Error() [4/4]

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

◆ Info() [1/4]

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

◆ Info() [2/4]

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

◆ Info() [3/4]

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

◆ Info() [4/4]

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

◆ Warning() [1/4]

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

◆ Warning() [2/4]

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

◆ Warning() [3/4]

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

◆ Warning() [4/4]

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

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