Log.Debug(category, message)

Log.Debug(category, message)

두 번째 인수에 전달된 디버그 메시지를 생성하고 이를 첫 번째 인수에 전달된 범주와 연결합니다.
static void Debug(string
category
, string
message
);

인수

category
(string)
메시지 범주입니다.
message
(string)
생성할 메시지입니다.

예제

Log.Debug("CustomCategory", "This is a debug message");
의견을 작성 부탁드립니다.
이 자료에 대한 문의사항이나 요청사항이 있습니까? 여기에 요청사항을 작성 부탁드립니다.
Normal