Server.Infrastructure.Log.Info C# (CSharp) Méthode

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void
        public static void Info(string message, params Object[] objects)
        {
            LogAction(LogLevel.Info, message, objects);
        }