public void AddLoggingStream(LogStreamDelegate stream)
 {
     m_loggingStreams.Add(stream);
 }
Exemple #2
0
 public void AddLoggingStream(LogStreamDelegate stream)
 {
     m_loggingStreams.Add(stream);
 }