Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Aug 30, 2018
2 parents 479f4ff + 76af387 commit d89f0cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Описание.Имя("logos")
.Версия("1.1.1")
.Версия("1.1.2")
.ЗависитОт("asserts", "0.4.0")
.ВключитьФайл("src")
.ВключитьФайл("tests")
Expand Down
9 changes: 9 additions & 0 deletions src/log.os
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
мУровниАппендеров.Очистить();
КонецПроцедуры

// Возвращает признак ручного/собственного задания способа вывода
//
// Возвращаемое значение:
// Булево - Истина, если добавляли свои способы вывода, и Ложь, если не добавляли
//
Функция ДобавленыСобственныеСпособыВывода() Экспорт
Возврат мСпособВыводаЗаданВручную;
КонецФункции

Процедура ДобавитьСпособВывода(Знач СпособВывода, Знач НовыйУровеньСпособаВывода = Неопределено) Экспорт

Если Не мСпособВыводаЗаданВручную Тогда
Expand Down

0 comments on commit d89f0cc

Please sign in to comment.