C giriş yapmayı#? | Netgez.com
SORU
20 ÅžUBAT 2011, Pazar


C giriş yapmayı#?

Benim uygulama günlüğü uygulamak istiyorum ama log4net gibi herhangi bir dış çerçeve kullanmak istemiyorum.

Dos gibi bir şey yapmak istiyorum yani dosya için yankı yapıyor. Bunu yapmak için en etkili yolu nedir?

Bir şekilde işlenmeyen özel durumlar dışında bir çerçeve kullanmadan oturum oturum var mı?

CEVAP
20 ÅžUBAT 2011, Pazar


public void Logger(String lines)
{

 // Write the string to a file.append mode is enabled so that the log
 // lines get appended to  test.txt than wiping content and writing the log

  System.IO.StreamWriter file = new System.IO.StreamWriter("c:\\test.txt",true);
  file.WriteLine(lines);

  file.Close();

}

Daha fazla bilgi MSDN:

Bunu PaylaÅŸ:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • ★ByScrapi★ Designs

    ★ByScrapiâ

    27 AÄžUSTOS 2013
  • ShayLoss

    ShayLoss

    5 Kasım 2009
  • WHZGUD2

    WHZGUD2

    21 EYLÜL 2011