C# Класс Batch.Internal.Logger

Показать файл Открыть проект

Открытые методы

Метод Описание
Error ( bool debug, string method, Exception exception ) : void
Error ( bool debug, string method, string message ) : void
Log ( bool debug, string method, Exception exception ) : void
Log ( bool debug, string method, string message ) : void

Описание методов

Error() публичный статический метод

public static Error ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
Результат void

Error() публичный статический метод

public static Error ( bool debug, string method, string message ) : void
debug bool
method string
message string
Результат void

Log() публичный статический метод

public static Log ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
Результат void

Log() публичный статический метод

public static Log ( bool debug, string method, string message ) : void
debug bool
method string
message string
Результат void