C# Class Netduino.Core.Services.Log4netLogger

Inheritance: ILog
Exibir arquivo Open project: mlinnen/Netduino-Emulator

Public Methods

Method Description
Error ( Exception exception ) : void
Info ( string format ) : void
Log4netLogger ( Type type ) : 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

Log4netLogger() public method

public Log4netLogger ( Type type ) : System
type System.Type
return System

Warn() public method

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