C# Class SpottedZebra.PowerTools.CommandLine.NLogAdapter

Inheritance: ILogAdapter
Mostrar archivo Open project: aschearer/image-powertools Class Usage Examples

Public Methods

Method Description
Error ( string format ) : void
Info ( string format ) : void
NLogAdapter ( Logger logger ) : System
Warn ( string format ) : void

Method Details

Error() public method

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

Info() public method

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

NLogAdapter() public method

public NLogAdapter ( Logger logger ) : System
logger Logger
return System

Warn() public method

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