C# Class Amazon.Runtime.Internal.Util.InternalFileLogger

Inheritance: InternalLogger
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Debug ( Exception exception, string messageFormat ) : void

Prints the Log with Debug Level

DebugFormat ( string message ) : void

Prints the Log with Debug Level

Error ( Exception exception, string messageFormat ) : void

Prints the Log With Error Level

Flush ( ) : void
InfoFormat ( string message ) : void

Prints the Log With Info Level

InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal

Private Methods

Method Description
Log ( LogLevel level, string message ) : void
LogAsync ( StringBuilder buffer ) : void
Queue ( LogMessage message ) : void
RollingLogFileNameAsync ( IFolder folder ) : Task

Method Details

Debug() public method

Prints the Log with Debug Level
public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

DebugFormat() public method

Prints the Log with Debug Level
public DebugFormat ( string message ) : void
message string
return void

Error() public method

Prints the Log With Error Level
public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void

Flush() public method

public Flush ( ) : void
return void

InfoFormat() public method

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
return void

InternalFileLogger() public method

public InternalFileLogger ( Type declaringType ) : Amazon.Util.Internal
declaringType System.Type
return Amazon.Util.Internal