C# Class SOSync.Logger

Show file Open project: shiftright/amtsync_b2c

Public Methods

Method 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 method

public static Dedent ( ) : void
return void

Indent() public static method

public static Indent ( ) : void
return void

Log() public static method

public static Log ( string level, string logMessage ) : string
level string
logMessage string
return string

LogToListBox() public static method

public static LogToListBox ( string message ) : void
message string
return void

Scope() public static method

public static Scope ( string message, string level = LEVEL_INFO ) : IDisposable
message string
level string
return IDisposable

addListBox() public static method

public static addListBox ( ListBox lb ) : void
lb System.Windows.Forms.ListBox
return void