C# 클래스 ParkitectNexus.Data.Utilities.StreamWriterLogUtility

Contains StreamWriter logging utility methods.
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
Log ( this streamWriter, string message ) : void

Logs the specified message.

Log ( this streamWriter, string message, LogLevel logLevel ) : void

Logs the specified stream writer.

메소드 상세

Log() 공개 정적인 메소드

Logs the specified message.
streamWriter is null.
public static Log ( this streamWriter, string message ) : void
streamWriter this The stream writer.
message string The message.
리턴 void

Log() 공개 정적인 메소드

Logs the specified stream writer.
Thrown if streamWriter is null.
public static Log ( this streamWriter, string message, LogLevel logLevel ) : void
streamWriter this The stream writer.
message string The message.
logLevel LogLevel The log level.
리턴 void