C# Class Universe.Modules.Monitoring.BinaryLoggingModule

Inheritance: INonSharedRegionModule
Show file Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_collectStats bool
m_scene IScene

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Method Description
LogSimStats ( SimStats stats ) : void

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource source ) : void
source IConfigSource
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void

Property Details

m_collectStats protected property

protected bool m_collectStats
return bool

m_scene protected property

protected IScene m_scene
return IScene