C# Class HA4IoT.Contracts.Logging.Log

显示文件 Open project: chkr1011/CK.HomeAutomation

Public Methods

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

Method Details

Error() public static method

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

Info() public static method

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

Verbose() public static method

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

Warning() public static method

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

Warning() public static method

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