C# Class Schumix.Config.Logger.Log

Mostrar archivo Open project: Schumix/Schumix2

Public Methods

Method Description
Debug ( string source, StringBuilder format ) : void
Debug ( string source, string format ) : void
Error ( string source, StringBuilder format ) : void
Error ( string source, string format ) : void
Initialize ( ) : void
Initialize ( string FileName ) : void
Initialize ( string FileName, string Directory ) : void
LargeError ( StringBuilder message ) : void
LargeError ( string message ) : void
LargeWarning ( StringBuilder message ) : void
LargeWarning ( string message ) : void
Log ( ) : System
LogInFile ( string log ) : void
Notice ( string source, StringBuilder format ) : void
Notice ( string source, string format ) : void

Dátummal logolja a szöveget meghatározva honnan származik. Lehet ez egyénileg meghatározott függvény vagy class névvel ellátva. Logol a Console-ra.

SetLogLevel ( int level ) : void
Success ( string source, StringBuilder format ) : void
Success ( string source, string format ) : void
Warning ( string source, StringBuilder format ) : void
Warning ( string source, string format ) : void

Private Methods

Method Description
GetTime ( ) : string

Method Details

Debug() public static method

public static Debug ( string source, StringBuilder format ) : void
source string
format StringBuilder
return void

Debug() public static method

public static Debug ( string source, string format ) : void
source string
format string
return void

Error() public static method

public static Error ( string source, StringBuilder format ) : void
source string
format StringBuilder
return void

Error() public static method

public static Error ( string source, string format ) : void
source string
format string
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Initialize() public static method

public static Initialize ( string FileName ) : void
FileName string
return void

Initialize() public static method

public static Initialize ( string FileName, string Directory ) : void
FileName string
Directory string
return void

LargeError() public static method

public static LargeError ( StringBuilder message ) : void
message StringBuilder
return void

LargeError() public static method

public static LargeError ( string message ) : void
message string
return void

LargeWarning() public static method

public static LargeWarning ( StringBuilder message ) : void
message StringBuilder
return void

LargeWarning() public static method

public static LargeWarning ( string message ) : void
message string
return void

Log() public method

public Log ( ) : System
return System

LogInFile() public static method

public static LogInFile ( string log ) : void
log string
return void

Notice() public static method

public static Notice ( string source, StringBuilder format ) : void
source string
format StringBuilder
return void

Notice() public static method

Dátummal logolja a szöveget meghatározva honnan származik. Lehet ez egyénileg meghatározott függvény vagy class névvel ellátva. Logol a Console-ra.
public static Notice ( string source, string format ) : void
source string /// Meghatározza honnan származik a log. /// /// 17:28 N Config: Config file betöltése... /// ///
format string /// A szöveg amit kiírunk. /// /// 17:28 N Config: Config file betöltése... /// ///
return void

SetLogLevel() public static method

public static SetLogLevel ( int level ) : void
level int
return void

Success() public static method

public static Success ( string source, StringBuilder format ) : void
source string
format StringBuilder
return void

Success() public static method

public static Success ( string source, string format ) : void
source string
format string
return void

Warning() public static method

public static Warning ( string source, StringBuilder format ) : void
source string
format StringBuilder
return void

Warning() public static method

public static Warning ( string source, string format ) : void
source string
format string
return void