Méthode | Description | |
---|---|---|
GetCurrentLogContent ( string channel ) : string |
Gets a current log file's contents
|
|
GetCurrentLogNames ( ) : IEnumerable |
Gets all the current log file names in Current
|
|
Log ( string content, LogChannels channel, bool keepItQuiet = false ) : void |
Log one entry to a pre-determined channel
|
|
LogAdminCommandUsage ( string commandString, string accountName ) : void |
Log an admin command being used
|
|
LogError ( |
Log an exception
|
|
RolloverLog ( string channel ) : bool |
Archives a log file
|
Méthode | Description | |
---|---|---|
CommitLog ( string content, string channel, bool keepItQuiet ) : void |
commits content to a log channel
|
public static GetCurrentLogContent ( string channel ) : string | ||
channel | string | the log file name |
Résultat | string |
public static GetCurrentLogNames ( ) : IEnumerable |
||
Résultat | IEnumerable |
public static Log ( string content, LogChannels channel, bool keepItQuiet = false ) : void | ||
content | string | the content to log |
channel | LogChannels | which log to append it to |
keepItQuiet | bool | Announce it in game or not |
Résultat | void |
public static LogAdminCommandUsage ( string commandString, string accountName ) : void | ||
commandString | string | the command being used |
accountName | string | the account using it (user not character) |
Résultat | void |
public static LogError ( |
||
ex | the exception | |
Résultat | void |
public static RolloverLog ( string channel ) : bool | ||
channel | string | the log file to archive |
Résultat | bool |