BoC.Logging.Sitecore.SitecoreLogger.Warn C# (CSharp) Méthode

Warn() public méthode

public Warn ( String message ) : void
message String
Résultat void
        public void Warn(String message)
        {
            Log.Warn(message, this);
        }

Same methods

SitecoreLogger::Warn ( String message, Exception exception ) : void