Server.Infrastructure.Log.Info C# (CSharp) Method

Info() public static method

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