View source code
							
							
						
								Display the source code in std/experimental/logger/core.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Struct std.experimental.logger.core.Logger.LogEntry
LogEntry is a aggregation combining all information associated with a log message. This aggregation will be passed to the method writeLogMsg.
						
				struct LogEntry
				;
						
					
				Fields
| Name | Type | Description | 
|---|---|---|
| file | string | the filename the log function was called from | 
| funcName | string | the name of the function the log function was called from | 
| line | int | the line number the log function was called from | 
| logger | Logger | A refernce to the Loggerused to create thisLogEntry | 
| logLevel | LogLevel | the LogLevelassociated with the log message | 
| moduleName | string | the name of the module the log message is coming from | 
| msg | string | the message of the log message | 
| prettyFuncName | string | the pretty formatted name of the function the log function was called from | 
| threadId | Tid | thread id of the log message | 
| timestamp | SysTime | the time the message was logged | 
Authors
License
					Copyright © 1999-2018 by the D Language Foundation | Page generated by ddox.