C# Class Arcomage.Tests.LogTest

Inheritance: ILog
显示文件 Open project: kinglamer/ArcomageHome

Public Methods

Method Description
Error ( string text ) : void
Info ( string text ) : void

Method Details

Error() public method

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

Info() public method

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