GetLogErrorFormat() public static method

public static GetLogErrorFormat ( ) : string
return string
Example #1
0
 private void LoadLoggingService()
 {
     _loggingService = new LoggingService(Program.GetLogErrorFormat());
 }