C# Class withSIX.Core.Presentation.Wpf.Services.NLogLogger

Inheritance: ILog
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

NLogLogger() public method

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

Warn() public method

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