C# 클래스 hhs_p6_webshop_project.App.Util.LogUtils

파일 보기 프로젝트 열기: timvisee/hhs-p6-webshop-project

공개 메소드들

메소드 설명
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