Exemplo n.º 1
0
Arquivo: Program.cs Projeto: ExM/NLog
        static void Main(string[] args)
        {
            MyLogger l = new MyLogger("uuu");

            l.WriteMessage("1234", "message");
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            MyLogger l = new MyLogger("uuu");

            l.WriteMessage("1234", "message");
        }