Méthode | Description | |
---|---|---|
Debug ( |
Prints the Log with Debug Level
|
|
DebugFormat ( string message ) : void |
Prints the Log with Debug Level
|
|
Error ( |
Prints the Log With Error Level
|
|
Flush ( ) : void | ||
InfoFormat ( string message ) : void |
Prints the Log With Info Level
|
|
InternalFileLogger ( |
Méthode | Description | |
---|---|---|
Log ( LogLevel level, string message ) : void | ||
LogAsync ( StringBuilder buffer ) : void | ||
Queue ( |
||
RollingLogFileNameAsync ( IFolder folder ) : Task |
public Debug ( |
||
exception | ||
messageFormat | string | |
Résultat | void |
public DebugFormat ( string message ) : void | ||
message | string | |
Résultat | void |
public Error ( |
||
exception | ||
messageFormat | string | |
Résultat | void |
public InfoFormat ( string message ) : void | ||
message | string | |
Résultat | void |
public InternalFileLogger ( |
||
declaringType | ||
Résultat | Amazon.Util.Internal |