Log.Warning(category, message)

Log.Warning(category, message)

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

인수

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

예제

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