C# Class HA4IoT.Tests.Mockups.TestLogger

Inheritance: ILogger
Mostrar archivo Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Publish ( LogEntrySeverity type, string message ) : void
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

Method Details

Error() public method

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

Error() public method

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

Info() public method

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

Publish() public method

public Publish ( LogEntrySeverity type, string message ) : void
type LogEntrySeverity
message string
return void

Verbose() public method

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

Warning() public method

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

Warning() public method

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