C# 클래스 Strabo.Core.Utility.Log

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation

공개 프로퍼티들

프로퍼티 타입 설명
image_counter int
start System.DateTime
start_timer System.DateTime[]
write_console_only bool
write_log_and_console bool

공개 메소드들

메소드 설명
ArchiveLog ( ) : void
DeleteAll ( ) : void
DeleteAll ( string dir ) : void
DeleteAllDebug ( ) : void
DeleteAllOutput ( ) : void
GetDurationInSeconds ( ) : double
GetDurationInSeconds ( int i ) : double
Log ( ) : System
SetDebugDir ( string dir ) : void
SetLogDir ( string dir ) : void
SetOutputDir ( string dir ) : void
SetStartTime ( ) : void
SetStartTime ( int i ) : void
Write ( string input ) : void
WriteBitmap ( Bitmap srcimg, string fn ) : void
WriteBitmap2Debug ( Bitmap srcimg, string fn ) : void
WriteBitmap2Debug ( string path, string fn ) : void
WriteBitmap2DebugExactFileName ( Bitmap srcimg, string fn ) : void
WriteBitmap2DebugExactFileName ( string path, string fn ) : void
WriteBitmap2FolderExactFileName ( string folder, Bitmap srcimg, string fn ) : void
WriteBitmap2FolderExactFileName ( string folder, string path, string fn ) : void
WriteBitmap2Output ( Bitmap srcimg, string fn ) : void
WriteBitmap2Output ( string path, string fn ) : void
WriteLine ( string input ) : void

메소드 상세

ArchiveLog() 공개 정적인 메소드

public static ArchiveLog ( ) : void
리턴 void

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( ) : void
리턴 void

DeleteAll() 공개 정적인 메소드

public static DeleteAll ( string dir ) : void
dir string
리턴 void

DeleteAllDebug() 공개 정적인 메소드

public static DeleteAllDebug ( ) : void
리턴 void

DeleteAllOutput() 공개 정적인 메소드

public static DeleteAllOutput ( ) : void
리턴 void

GetDurationInSeconds() 공개 정적인 메소드

public static GetDurationInSeconds ( ) : double
리턴 double

GetDurationInSeconds() 공개 정적인 메소드

public static GetDurationInSeconds ( int i ) : double
i int
리턴 double

Log() 공개 메소드

public Log ( ) : System
리턴 System

SetDebugDir() 공개 정적인 메소드

public static SetDebugDir ( string dir ) : void
dir string
리턴 void

SetLogDir() 공개 정적인 메소드

public static SetLogDir ( string dir ) : void
dir string
리턴 void

SetOutputDir() 공개 정적인 메소드

public static SetOutputDir ( string dir ) : void
dir string
리턴 void

SetStartTime() 공개 정적인 메소드

public static SetStartTime ( ) : void
리턴 void

SetStartTime() 공개 정적인 메소드

public static SetStartTime ( int i ) : void
i int
리턴 void

Write() 공개 정적인 메소드

public static Write ( string input ) : void
input string
리턴 void

WriteBitmap() 공개 정적인 메소드

public static WriteBitmap ( Bitmap srcimg, string fn ) : void
srcimg System.Drawing.Bitmap
fn string
리턴 void

WriteBitmap2Debug() 공개 정적인 메소드

public static WriteBitmap2Debug ( Bitmap srcimg, string fn ) : void
srcimg System.Drawing.Bitmap
fn string
리턴 void

WriteBitmap2Debug() 공개 정적인 메소드

public static WriteBitmap2Debug ( string path, string fn ) : void
path string
fn string
리턴 void

WriteBitmap2DebugExactFileName() 공개 정적인 메소드

public static WriteBitmap2DebugExactFileName ( Bitmap srcimg, string fn ) : void
srcimg System.Drawing.Bitmap
fn string
리턴 void

WriteBitmap2DebugExactFileName() 공개 정적인 메소드

public static WriteBitmap2DebugExactFileName ( string path, string fn ) : void
path string
fn string
리턴 void

WriteBitmap2FolderExactFileName() 공개 정적인 메소드

public static WriteBitmap2FolderExactFileName ( string folder, Bitmap srcimg, string fn ) : void
folder string
srcimg System.Drawing.Bitmap
fn string
리턴 void

WriteBitmap2FolderExactFileName() 공개 정적인 메소드

public static WriteBitmap2FolderExactFileName ( string folder, string path, string fn ) : void
folder string
path string
fn string
리턴 void

WriteBitmap2Output() 공개 정적인 메소드

public static WriteBitmap2Output ( Bitmap srcimg, string fn ) : void
srcimg System.Drawing.Bitmap
fn string
리턴 void

WriteBitmap2Output() 공개 정적인 메소드

public static WriteBitmap2Output ( string path, string fn ) : void
path string
fn string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string input ) : void
input string
리턴 void

프로퍼티 상세

image_counter 공개적으로 정적으로 프로퍼티

public static int image_counter
리턴 int

start 공개적으로 정적으로 프로퍼티

public static DateTime,System start
리턴 System.DateTime

start_timer 공개적으로 정적으로 프로퍼티

public static DateTime[],System start_timer
리턴 System.DateTime[]

write_console_only 공개적으로 정적으로 프로퍼티

public static bool write_console_only
리턴 bool

write_log_and_console 공개적으로 정적으로 프로퍼티

public static bool write_log_and_console
리턴 bool