/// <summary>
 /// Creates new named log
 /// </summary>
 /// <param name="key">Name of the log to use</param>
 /// <returns></returns>
 public ILog Get(string key)
 {
     return(LogWrapper.GetByName(key));
 }