Свойство | Type | Description | |
---|---|---|---|
LogReadOnly | bool | ||
debug | bool |
Méthode | Description | |
---|---|---|
HelpLog ( string str, LogType type = LogType.Info ) : string | ||
error ( |
||
error ( string message ) : void | ||
info ( string message ) : void | ||
log ( ) : void | ||
log ( |
||
log ( |
||
log ( LogType type = LogType.Info ) : void | ||
log ( Stream s, LogType type = LogType.Info ) : void | ||
log ( string str, LogType type = LogType.Info ) : void | ||
start ( FileMode mode = FileMode.Create, bool logshow = true ) : void | ||
stop ( bool logclose = true ) : void |
Méthode | Description | |
---|---|---|
HelpWrite ( string str, LogType type = LogType.Info ) : string | ||
write ( Stream s, LogType type = LogType.Info ) : void | ||
write ( string str, LogType type = LogType.Info ) : void | ||
writeInfo ( LogType type = LogType.Info ) : string |
public static HelpLog ( string str, LogType type = LogType.Info ) : string | ||
str | string | |
type | LogType | |
Résultat | string |
public static error ( |
||
ex | ||
Résultat | void |
public static error ( string message ) : void | ||
message | string | |
Résultat | void |
public static info ( string message ) : void | ||
message | string | |
Résultat | void |
public static log ( |
||
cfg | ||
type | LogType | |
Résultat | void |
public static log ( |
||
ex | ||
type | LogType | |
Résultat | void |
public static log ( LogType type = LogType.Info ) : void | ||
type | LogType | |
Résultat | void |
public static log ( Stream s, LogType type = LogType.Info ) : void | ||
s | Stream | |
type | LogType | |
Résultat | void |
public static log ( string str, LogType type = LogType.Info ) : void | ||
str | string | |
type | LogType | |
Résultat | void |
public static start ( FileMode mode = FileMode.Create, bool logshow = true ) : void | ||
mode | FileMode | |
logshow | bool | |
Résultat | void |
public static stop ( bool logclose = true ) : void | ||
logclose | bool | |
Résultat | void |