C# Class SharpEditor.LogService

ファイルを表示 Open project: bcsanches/phobos3d

Public Methods

Method Description
Log ( string msg ) : void
Start ( LogControl logControl ) : void
Stop ( ) : void

Method Details

Log() public static method

public static Log ( string msg ) : void
msg string
return void

Start() public static method

public static Start ( LogControl logControl ) : void
logControl LogControl
return void

Stop() public static method

public static Stop ( ) : void
return void