C# 클래스 SharpSoundDevice.Logging

Logging framework for SharpSoundDevice bootstrapping code. Not to be used by plugin devices!
파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundDevice

공개 메소드들

메소드 설명
Log ( string message ) : void
LogDeviceException ( IAudioDevice device, Exception e ) : void

LogDeviceException ( int id, Exception e ) : void

비공개 메소드들

메소드 설명
CleanupOldLogs ( string dir ) : void

Removes log files older than 60 days

FlushInternal ( ) : void
FlushLogs ( ) : void
GetTrace ( this e ) : string

put all exception details into string

Logging ( ) : System

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

LogDeviceException() 공개 정적인 메소드

public static LogDeviceException ( IAudioDevice device, Exception e ) : void
device IAudioDevice
e System.Exception
리턴 void

LogDeviceException() 공개 정적인 메소드

public static LogDeviceException ( int id, Exception e ) : void
id int
e System.Exception
리턴 void