C# Class ServiceInsight.Framework.Logging.CaliburnMicroLogAdapter

Inheritance: ILog
Show file Open project: Particular/ServiceInsight

Public Methods

Method Description
CaliburnMicroLogAdapter ( ILogger logger ) : System
Error ( Exception exception ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

Method Details

CaliburnMicroLogAdapter() public method

public CaliburnMicroLogAdapter ( ILogger logger ) : System
logger ILogger
return System

Error() public method

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

Error() public method

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

Info() public method

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

Warn() public method

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