C# Class JudoDotNetXamarin.Logger

Inheritance: ILog
Afficher le fichier Open project: JudoPay/Judo-Xamarin

Méthodes publiques

Méthode Description
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( IFormatProvider formatProvider, string format ) : void
DebugFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, Exception exception ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( IFormatProvider formatProvider, string format ) : void
ErrorFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
ErrorFormat ( string format ) : void
ErrorFormat ( string format, Exception exception ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormat ( IFormatProvider formatProvider, string format ) : void
FatalFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
FatalFormat ( string format ) : void
FatalFormat ( string format, Exception exception ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( IFormatProvider formatProvider, string format ) : void
InfoFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
InfoFormat ( string format ) : void
InfoFormat ( string format, Exception exception ) : void
Logger ( ILogger logger ) : System
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( IFormatProvider formatProvider, string format ) : void
WarnFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
WarnFormat ( string format ) : void
WarnFormat ( string format, Exception exception ) : void

Method Details

Debug() public méthode

public Debug ( object message ) : void
message object
Résultat void

Debug() public méthode

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

DebugFormat() public méthode

public DebugFormat ( IFormatProvider formatProvider, string format ) : void
formatProvider IFormatProvider
format string
Résultat void

DebugFormat() public méthode

public DebugFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
formatProvider IFormatProvider
format string
exception System.Exception
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string format, Exception exception ) : void
format string
exception System.Exception
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

Error() public méthode

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( IFormatProvider formatProvider, string format ) : void
formatProvider IFormatProvider
format string
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
formatProvider IFormatProvider
format string
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format, Exception exception ) : void
format string
exception System.Exception
Résultat void

Fatal() public méthode

public Fatal ( object message ) : void
message object
Résultat void

Fatal() public méthode

public Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

FatalFormat() public méthode

public FatalFormat ( IFormatProvider formatProvider, string format ) : void
formatProvider IFormatProvider
format string
Résultat void

FatalFormat() public méthode

public FatalFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
formatProvider IFormatProvider
format string
exception System.Exception
Résultat void

FatalFormat() public méthode

public FatalFormat ( string format ) : void
format string
Résultat void

FatalFormat() public méthode

public FatalFormat ( string format, Exception exception ) : void
format string
exception System.Exception
Résultat void

Info() public méthode

public Info ( object message ) : void
message object
Résultat void

Info() public méthode

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

InfoFormat() public méthode

public InfoFormat ( IFormatProvider formatProvider, string format ) : void
formatProvider IFormatProvider
format string
Résultat void

InfoFormat() public méthode

public InfoFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
formatProvider IFormatProvider
format string
exception System.Exception
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format, Exception exception ) : void
format string
exception System.Exception
Résultat void

Logger() public méthode

public Logger ( ILogger logger ) : System
logger ILogger
Résultat System

Warn() public méthode

public Warn ( object message ) : void
message object
Résultat void

Warn() public méthode

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

WarnFormat() public méthode

public WarnFormat ( IFormatProvider formatProvider, string format ) : void
formatProvider IFormatProvider
format string
Résultat void

WarnFormat() public méthode

public WarnFormat ( IFormatProvider formatProvider, string format, Exception exception ) : void
formatProvider IFormatProvider
format string
exception System.Exception
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format, Exception exception ) : void
format string
exception System.Exception
Résultat void