- 프로젝트 만들기
- 개체 및 변수 참조
- 프로젝트 확장
Log.Info(message)
인수에 전달된 정보 메시지를 생성합니다.
static void Info(stringmessage);
인수
- message(string)
- 생성할 메시지입니다.
예제
Log.Info("This is an info message");
의견을 작성 부탁드립니다.
static void Info(stringmessage);
Log.Info("This is an info message");