Ejemplo n.º 1
0
 protected BattleNetAPI(BattleNetCSharp battlenet, string logSourceName)
 {
     this.m_battleNet    = battlenet;
     this.m_logSource    = new BattleNetLogSource(logSourceName);
     this.m_logDelegates = new LogDelegate[] { new LogDelegate(this.m_logSource.LogDebug), new LogDelegate(this.m_logSource.LogError) };
 }
Ejemplo n.º 2
0
 public LogThreadHelper(string name)
 {
     this.m_logSource = new BattleNetLogSource(name);
 }