Chinchilla.Logging.NLog.NLogLogger.Error C# (CSharp) 메소드

Error() 공개 메소드

public Error ( Exception exception ) : void
exception System.Exception
리턴 void
        public void Error(Exception exception)
        {
            LogInternal(LogLevel.Error, exception.Message, exception);
        }

Same methods

NLogLogger::Error ( Exception exception, string message ) : void