Keresés

Új hozzászólás Aktív témák

  • ArchElf

    addikt

    válasz x007 #1665 üzenetére

    Webalkalmazás (alkalmazász szintű) logolásához kellene...
    Ránézek erre a trace-es dologra.

    Úgy tűnik, ez nem annyira bejövős...
    You must enable tracing or debugging to use a trace listener. The following syntax is compiler specific. If you use compilers other than C# or Visual Basic, refer to the documentation for your compiler.
    To enable debugging in C#, add the /d:DEBUG flag to the compiler command line when you compile your code, or you can add #define DEBUG to the top of your file. In Visual Basic, add the /d:DEBUG=True flag to the compiler command line.
    To enable tracing in C#, add the /d:TRACE flag to the compiler command line when you compile your code, or add #define TRACE to the top of your file. In Visual Basic, add the /d:TRACE=True flag to the compiler command line.

    AE

Új hozzászólás Aktív témák