예제 #1
0
 protected virtual void InitializeLoggger()
 {
     if (this.logger == null)
     {
         this.logger = KMLogger.GetLogger();
     }
 }