Method | Description | |
---|---|---|
ColorblindMode ( StringBuilder message ) : void | ||
ColorblindMode ( string message ) : void | ||
ColorblindMode ( string source, StringBuilder format, LogType type = LogType.Notice ) : void | ||
ColorblindMode ( string source, string format, LogType type = LogType.Notice ) : void | ||
Debug ( string source, StringBuilder format ) : void | ||
Debug ( string source, string format ) : void | ||
Error ( string source, StringBuilder format ) : void | ||
Error ( string source, string format ) : void | ||
GetTypeCharacter ( LogType type ) : string | ||
Initialize ( ) : void | ||
Initialize ( string FileName ) : void | ||
Initialize ( string FileName, bool ColorblindMode ) : void | ||
LargeError ( StringBuilder message ) : void | ||
LargeError ( string message ) : void | ||
LargeWarning ( StringBuilder message ) : void | ||
LargeWarning ( string message ) : void | ||
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.
|
|
SetForegroundColor ( ConsoleColor color ) : 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 | ||
Write ( StringBuilder message ) : void | ||
Write ( string message ) : void | ||
WriteLine ( StringBuilder message ) : void | ||
WriteLine ( string message = "" ) : void |
Method | Description | |
---|---|---|
GetTime ( ) : string | ||
Log ( ) : System | ||
WaitOutputRedirected ( ) : void |
public static ColorblindMode ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public static ColorblindMode ( string message ) : void | ||
message | string | |
return | void |
public static ColorblindMode ( string source, StringBuilder format, LogType type = LogType.Notice ) : void | ||
source | string | |
format | StringBuilder | |
type | LogType | |
return | void |
public static ColorblindMode ( string source, string format, LogType type = LogType.Notice ) : void | ||
source | string | |
format | string | |
type | LogType | |
return | void |
public static Debug ( string source, StringBuilder format ) : void | ||
source | string | |
format | StringBuilder | |
return | void |
public static Debug ( string source, string format ) : void | ||
source | string | |
format | string | |
return | void |
public static Error ( string source, StringBuilder format ) : void | ||
source | string | |
format | StringBuilder | |
return | void |
public static Error ( string source, string format ) : void | ||
source | string | |
format | string | |
return | void |
public static GetTypeCharacter ( LogType type ) : string | ||
type | LogType | |
return | string |
public static Initialize ( string FileName ) : void | ||
FileName | string | |
return | void |
public static Initialize ( string FileName, bool ColorblindMode ) : void | ||
FileName | string | |
ColorblindMode | bool | |
return | void |
public static LargeError ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public static LargeError ( string message ) : void | ||
message | string | |
return | void |
public static LargeWarning ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public static LargeWarning ( string message ) : void | ||
message | string | |
return | void |
public static LogInFile ( string log ) : void | ||
log | string | |
return | void |
public static Notice ( string source, StringBuilder format ) : void | ||
source | string | |
format | StringBuilder | |
return | void |
public static Notice ( string source, string format ) : void | ||
source | string |
/// Meghatározza honnan származik a log.
/// |
format | string |
/// A szöveg amit kiírunk.
/// |
return | void |
public static SetForegroundColor ( ConsoleColor color ) : void | ||
color | ConsoleColor | |
return | void |
public static Success ( string source, StringBuilder format ) : void | ||
source | string | |
format | StringBuilder | |
return | void |
public static Success ( string source, string format ) : void | ||
source | string | |
format | string | |
return | void |
public static Warning ( string source, StringBuilder format ) : void | ||
source | string | |
format | StringBuilder | |
return | void |
public static Warning ( string source, string format ) : void | ||
source | string | |
format | string | |
return | void |
public static Write ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public static Write ( string message ) : void | ||
message | string | |
return | void |
public static WriteLine ( StringBuilder message ) : void | ||
message | StringBuilder | |
return | void |
public static WriteLine ( string message = "" ) : void | ||
message | string | |
return | void |