log

From Rock3r, 6 Years ago, written in C#, viewed 447 times. This paste will croak in 1 Second.
URL https://paste.godclan.hu/view/FiEZm4gV Shorturl <br /> <b>Warning</b>: mysqli::mysqli(): (HY000/2002): Connecti Embed
Download Paste or View Raw
  1. using System;
  2.  
  3. namespace a
  4. {
  5.         class Program
  6.         {
  7.                 public static void Main(string[] args)
  8.                 {
  9.                         Console.WriteLine("Hello World!");
  10.                        
  11.                         // TODO: Implement Functionality Here
  12.                        
  13.                         Console.Write("Press any key to continue . . . ");
  14.                         Console.ReadKey(true);
  15.                 }
  16.         }
  17.         class LoggerService {
  18.                 public void LoggerService() {
  19.                         NormalLogger nl = new NormalLogger();
  20.                 }
  21.                
  22.         }
  23.         class NormalLogger() {
  24.                 public void Write(string l) {
  25.                         Console.WriteLine(l);
  26.                 }
  27.         }
  28. }

Reply to "log"

Here you can reply to the paste above