C# Класс hhs_p6_webshop_project.App.Util.LogUtils

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

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

Метод Описание
Info ( string msg ) : void

Log a info message to the console.

Log ( string msg, ConsoleColor color ) : void

Log a regular message to the console.

Success ( string msg ) : void

Log a success message to the console.

Warning ( string msg ) : void

Log a warning message to the console.

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

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

Log a info message to the console.
public static Info ( string msg ) : void
msg string Info message to log.
Результат void

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

Log a regular message to the console.
public static Log ( string msg, ConsoleColor color ) : void
msg string Text to log.
color ConsoleColor Console color to log with.
Результат void

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

Log a success message to the console.
public static Success ( string msg ) : void
msg string Success message to log.
Результат void

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

Log a warning message to the console.
public static Warning ( string msg ) : void
msg string Warning message to log.
Результат void