C# Class Tools.Logging.NLogging

Inheritance: ILog
Afficher le fichier Open project: mdhatmaker/Trading-prime-csharp

Méthodes publiques

Méthode Description
NLogging ( string sourceName ) : System
Trace ( string message ) : void
TraceDebug ( string message ) : void
TraceError ( string message, Exception exception = null ) : void
TraceException ( string message, Exception exception ) : void
TraceInfo ( string message ) : void
TraceWarn ( string message ) : void

Private Methods

Méthode Description
SetLogger ( ) : void

Method Details

NLogging() public méthode

public NLogging ( string sourceName ) : System
sourceName string
Résultat System

Trace() public méthode

public Trace ( string message ) : void
message string
Résultat void

TraceDebug() public méthode

public TraceDebug ( string message ) : void
message string
Résultat void

TraceError() public méthode

public TraceError ( string message, Exception exception = null ) : void
message string
exception Exception
Résultat void

TraceException() public méthode

public TraceException ( string message, Exception exception ) : void
message string
exception Exception
Résultat void

TraceInfo() public méthode

public TraceInfo ( string message ) : void
message string
Résultat void

TraceWarn() public méthode

public TraceWarn ( string message ) : void
message string
Résultat void