Property | Type | Description | |
---|---|---|---|
Logout | string | ||
haveStater | bool | ||
loggers | Appender>.Dictionary | ||
users | bool>.Dictionary |
Property | Type | Description | |
---|---|---|---|
InitLogfile | void | ||
MakeRule | string | ||
ReplaceForLog | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Generator ( Google auth, IStater stater = null ) : System | ||
Generator ( string apiKey, IStater stater = null ) : System | ||
LogGen ( Appender>.Dictionary |
Method | Description | |
---|---|---|
ApplyPattern ( string pattern, PatternItem item, string prefix = "", string prefixignore = null ) : string | ||
DateString ( string date, DateType type ) : string | ||
ForTitle ( string input, int length = 20 ) : string | ||
GenerateLog ( Core insetting = null ) : object | ||
GenerateLogs ( ActivityCont>.Dictionary |
||
GetActor ( Google actor, Core.Visualizers logType ) : string | ||
GetTypePatternName ( TypePattern type ) : string | ||
InRange ( System.DateTime from, System.DateTime to, string current ) : bool | ||
IsOutLeft ( System.DateTime from, string current ) : bool | ||
IsOutRight ( System.DateTime to, string current ) : bool | ||
ReplacePattern ( PatternOption option ) : string | ||
WriteLog ( |
||
WriteLog ( string message, object sender, bool error = false ) : void | ||
doGenerate ( GeneratorSetting setting, string pid, int depth ) : void |
Method | Description | |
---|---|---|
InitLogfile ( ) : void | ||
MakeRule ( string name, string prefix = "", string prefixignore = null ) : string | ||
ReplaceForLog ( string p ) : string |
protected static ApplyPattern ( string pattern, PatternItem item, string prefix = "", string prefixignore = null ) : string | ||
pattern | string | |
item | PatternItem | |
prefix | string | |
prefixignore | string | |
return | string |
protected static DateString ( string date, DateType type ) : string | ||
date | string | |
type | DateType | |
return | string |
protected static ForTitle ( string input, int length = 20 ) : string | ||
input | string | |
length | int | |
return | string |
protected GenerateLog ( Core insetting = null ) : object | ||
insetting | Core | |
return | object |
protected GenerateLogs ( ActivityCont>.Dictionary |
||
data | ActivityCont>.Dictionary | |
setting | GeneratorSetting | |
loggers | Appender>.Dictionary | |
return | void |
public Generator ( Google auth, IStater stater = null ) : System | ||
auth | ||
stater | IStater | |
return | System |
public Generator ( string apiKey, IStater stater = null ) : System | ||
apiKey | string | |
stater | IStater | |
return | System |
protected static GetActor ( Google actor, Core.Visualizers logType ) : string | ||
actor | ||
logType | Core.Visualizers | |
return | string |
protected static GetTypePatternName ( TypePattern type ) : string | ||
type | TypePattern | |
return | string |
protected InRange ( System.DateTime from, System.DateTime to, string current ) : bool | ||
from | System.DateTime | |
to | System.DateTime | |
current | string | |
return | bool |
protected IsOutLeft ( System.DateTime from, string current ) : bool | ||
from | System.DateTime | |
current | string | |
return | bool |
protected IsOutRight ( System.DateTime to, string current ) : bool | ||
to | System.DateTime | |
current | string | |
return | bool |
public static LogGen ( Appender>.Dictionary |
||
loggers | Appender>.Dictionary | |
typelog | Core.Visualizers | |
rules | string>.Dictionary | |
dicitem | ActivityCont>.KeyValuePair | |
return | void |
protected static ReplacePattern ( PatternOption option ) : string | ||
option | PatternOption | |
return | string |
protected static WriteLog ( |
||
e | ||
sender | object | |
return | void |
protected static WriteLog ( string message, object sender, bool error = false ) : void | ||
message | string | |
sender | object | |
error | bool | |
return | void |
protected doGenerate ( GeneratorSetting setting, string pid, int depth ) : void | ||
setting | GeneratorSetting | |
pid | string | |
depth | int | |
return | void |