NLog.Log.Debug C# (CSharp) Méthode

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void
        public static void Debug(string message)
        {
            _log.Debug(message);
        }