10 lines
No EOL
342 B
C#
10 lines
No EOL
342 B
C#
global using Microsoft.Extensions.Logging;
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Threading.Tasks;
|
|
global using Xorog.Logger.Entities;
|
|
global using Xorog.Logger.Enums;
|
|
global using LogLevel = Xorog.Logger.Enums.LogLevel; |