C# Class ILoveLucene.Loggers.NLogAdapterToCoreILog

Inheritance: Core.Abstractions.ILog, Caliburn.Micro.Core.Abstractions.ILog
Mostra file Open project: brunomlopes/ILoveLucene

Public Methods

Method Description
Debug ( string format ) : void
Error ( Exception exception ) : void
Error ( Exception exception, string format ) : void
Info ( string format ) : void
NLogAdapterToCoreILog ( Logger logger ) : System
Warn ( string format ) : void

Method Details

Debug() public method

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

Error() public method

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

Error() public method

public Error ( Exception exception, string format ) : void
exception System.Exception
format string
return void

Info() public method

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

NLogAdapterToCoreILog() public method

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

Warn() public method

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