C# Class NOS.Registration.DefaultLogger

Inheritance: ILogger
ファイルを表示 Open project: agross/netopenspace

Public Methods

Method Description
Error ( string message, string username ) : void
Info ( string message, string username ) : void
Warning ( string message, string username ) : void

Method Details

Error() public method

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

Info() public method

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

Warning() public method

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