C# Class CaliburnBindableAppBar.DebugLogger

Inheritance: ILog
Show file Open project: kamranayub/CaliburnBindableAppBar

Public Methods

Method Description
DebugLogger ( Type type ) : System
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

Method Details

DebugLogger() public method

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

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

Warn() public method

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