C# Class SOSync.Logger

Afficher le fichier Open project: shiftright/amtsync_b2c

Méthodes publiques

Méthode Description
Dedent ( ) : void
Indent ( ) : void
Log ( string level, string logMessage ) : string
LogToListBox ( string message ) : void
Scope ( string message, string level = LEVEL_INFO ) : IDisposable
addListBox ( ListBox lb ) : void

Method Details

Dedent() public static méthode

public static Dedent ( ) : void
Résultat void

Indent() public static méthode

public static Indent ( ) : void
Résultat void

Log() public static méthode

public static Log ( string level, string logMessage ) : string
level string
logMessage string
Résultat string

LogToListBox() public static méthode

public static LogToListBox ( string message ) : void
message string
Résultat void

Scope() public static méthode

public static Scope ( string message, string level = LEVEL_INFO ) : IDisposable
message string
level string
Résultat IDisposable

addListBox() public static méthode

public static addListBox ( ListBox lb ) : void
lb System.Windows.Forms.ListBox
Résultat void