C# Class FlyFetch.DemoApp.TraceLogger

Inheritance: ILog
Mostrar archivo Open project: FelicePollano/FlyFetch

Public Methods

Method Description
Error ( Exception exception ) : void
Info ( string format ) : void
TraceLogger ( Type t ) : System
Warn ( string format ) : void

Method Details

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Info() public method

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

TraceLogger() public method

public TraceLogger ( Type t ) : System
t System.Type
return System

Warn() public method

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