C# Class ExcelDna.IntelliSense.Logger

Mostrar archivo Open project: Excel-DNA/IntelliSense

Private Properties

Property Type Description
Log void
Logger System

Public Methods

Method Description
Error ( Exception ex, string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Verbose ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
Log ( TraceEventType eventType, string message ) : void
Logger ( IntelliSenseTraceEventId traceEventId ) : System

Method Details

Error() public method

public Error ( Exception ex, string message ) : void
ex System.Exception
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Verbose() public method

public Verbose ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void