Méthode | Description | |
---|---|---|
Close ( ) : void |
Call to close the filestream
|
|
Error ( String message ) : void |
Logs an error
|
|
Event ( String message ) : void |
Logs an event
|
|
HoldFlushes ( ) : void |
Stops all filewriting and holds all logging in a buffer until RestartFlushes() is called
|
|
Logger ( String filePath ) : System |
Allows easy logging of errors, warnings, and events
|
|
RestartFlushes ( ) : void |
Logging will flush to file after each log call. Forces an immediate flush
|
|
Warning ( String message ) : void |
Logs a warning
|
Méthode | Description | |
---|---|---|
Flush ( ) : void |
public Error ( String message ) : void | ||
message | String | The message to explain the error |
Résultat | void |
public Event ( String message ) : void | ||
message | String | The message to explain the event |
Résultat | void |
public Warning ( String message ) : void | ||
message | String | The message to explain the warning |
Résultat | void |