C# Class ChannelAdvisorAccess.Misc.ChannelAdvisorLogger

Afficher le fichier Open project: agileharbor/channelAdvisorAccess Class Usage Examples

Méthodes publiques

Méthode Description
Log ( ) : ILogger
LogEnd ( string info ) : void
LogStarted ( string info ) : void
LogTrace ( Exception ex, string info ) : void
LogTrace ( string info ) : void
LogTraceEnd ( string info ) : void
LogTraceException ( Exception exception ) : void
LogTraceRetryEnd ( string info ) : void
LogTraceRetryStarted ( string info ) : void
LogTraceStarted ( string info ) : void

Private Methods

Méthode Description
ChannelAdvisorLogger ( ) : System

Method Details

Log() public static méthode

public static Log ( ) : ILogger
Résultat ILogger

LogEnd() public static méthode

public static LogEnd ( string info ) : void
info string
Résultat void

LogStarted() public static méthode

public static LogStarted ( string info ) : void
info string
Résultat void

LogTrace() public static méthode

public static LogTrace ( Exception ex, string info ) : void
ex System.Exception
info string
Résultat void

LogTrace() public static méthode

public static LogTrace ( string info ) : void
info string
Résultat void

LogTraceEnd() public static méthode

public static LogTraceEnd ( string info ) : void
info string
Résultat void

LogTraceException() public static méthode

public static LogTraceException ( Exception exception ) : void
exception System.Exception
Résultat void

LogTraceRetryEnd() public static méthode

public static LogTraceRetryEnd ( string info ) : void
info string
Résultat void

LogTraceRetryStarted() public static méthode

public static LogTraceRetryStarted ( string info ) : void
info string
Résultat void

LogTraceStarted() public static méthode

public static LogTraceStarted ( string info ) : void
info string
Résultat void